Skip to content

Add utility script for printing out nconf environment(NODE_ENV) config

Add utility script for printing out nconf environment(NODE_ENV) config.

Trying to debug why Sentry backend-staging has no events when staging is deployed with proper secrets


This can also be accomplished via,

  • beta: NODE_ENV=beta ns -e "console.log(require('gitter-web-env').config.get())"
  • beta-staging: NODE_ENV=beta STAGING=true ns -e "console.log(require('gitter-web-env').config.get())"
Edited by Eric Eastwood

Merge request reports