Created
August 26, 2020 22:08
-
-
Save quetzaluz/b0c2fcc8e58d06a4a1322e4d416d3627 to your computer and use it in GitHub Desktop.
This file contains 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 | |
PORT=8000 | |
MIGRATION_DB_HOST=localhost | |
MIGRATION_DB_PORT=5432 | |
MIGRATION_DB_NAME= | |
MIGRATION_DB_USER= | |
MIGRATION_DB_PASS= | |
DB_URL="postgresql://USERNAME@localhost/DATABASE_NAME" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment