Skip to content

Instantly share code, notes, and snippets.

@seandearnaley
Created January 27, 2020 20:40
Show Gist options
  • Save seandearnaley/6d5d0ce2ef2ec0d962ed513ec1cf03ff to your computer and use it in GitHub Desktop.
Save seandearnaley/6d5d0ce2ef2ec0d962ed513ec1cf03ff to your computer and use it in GitHub Desktop.
BrainStrike Server Environment Variables
NODE_ENV=development
NODE_HOST=localhost
NODE_PORT=4000
NODE_HTTPS=false
POSTGRES_HOST=localhost
POSTGRES_PORT=5432
POSTGRES_USER=test
POSTGRES_PASSWORD=test
PGADMIN_DEFAULT_EMAIL=name@domain.com
PGADMIN_DEFAULT_PASSWORD=yourpassword
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment