Skip to content

Instantly share code, notes, and snippets.

@florianmaxim
Created October 23, 2020 11:01
Show Gist options
  • Select an option

  • Save florianmaxim/3d9c2958c8736abc946fb03794c95a73 to your computer and use it in GitHub Desktop.

Select an option

Save florianmaxim/3d9c2958c8736abc946fb03794c95a73 to your computer and use it in GitHub Desktop.
.env.sample.staging
# Staging environment (Sample)
# Node
NODE_ENV=production
NODE_PORT=3000
# Postgres
POSTGRES_PORT=5432
POSTGRES_USERNAME=postgres
POSTGRES_PASSWORD=<CHANGE_ME>
POSTGRES_DB=db-data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment