Created
November 10, 2016 14:19
-
-
Save nikeshashar/0d6cb37f977e90dfe5a3699f43d9b125 to your computer and use it in GitHub Desktop.
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
{ | |
"development": { | |
"username": null, | |
"password": null, | |
"database": "my_app_development", | |
"host": "127.0.0.1", | |
"dialect": "postgres" | |
}, | |
"test": { | |
"username": null, | |
"password": null, | |
"database": "my_app_test", | |
"host": "127.0.0.1", | |
"dialect": "postgres" | |
}, | |
"production": { | |
"username": null, | |
"password": null, | |
"database": "my_app_production", | |
"host": "127.0.0.1", | |
"dialect": "postgres" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment