Created
January 27, 2020 20:40
-
-
Save seandearnaley/6d5d0ce2ef2ec0d962ed513ec1cf03ff to your computer and use it in GitHub Desktop.
BrainStrike Server Environment Variables
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NODE_ENV=development | |
NODE_HOST=localhost | |
NODE_PORT=4000 | |
NODE_HTTPS=false | |
POSTGRES_HOST=localhost | |
POSTGRES_PORT=5432 | |
POSTGRES_USER=test | |
POSTGRES_PASSWORD=test | |
[email protected] | |
PGADMIN_DEFAULT_PASSWORD=yourpassword |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment