Created
September 1, 2020 01:20
-
-
Save victorsteven/4bd69527c3676727dcb9b817ff92b9e3 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
DATABASE_DRIVER=postgres | |
DATABASE_USER=postgres | |
DATABASE_NAME=multi-choice | |
DATABASE_HOST=localhost | |
DATABASE_PORT=5432 | |
DATABASE_PASSWORD=password | |
TEST_DB_DRIVER=postgres | |
TEST_DB_HOST=127.0.0.1 | |
TEST_DB_PASSWORD=password | |
TEST_DB_USER=postgres | |
TEST_DB_NAME=multi-choice-test | |
TEST_DB_PORT=5432 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment