Created
November 28, 2018 09:22
-
-
Save Eth3rnit3/a6a91f666189d4de70889cf8237f125e 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": "root", | |
"password": "My_mysql_root_p@ssw0rd", | |
"database": "nodejs_relationship_demo", | |
"host": "127.0.0.1", | |
"dialect": "mysql" | |
}, | |
"test": { | |
"username": "root", | |
"password": null, | |
"database": "database_test", | |
"host": "127.0.0.1", | |
"dialect": "mysql" | |
}, | |
"production": { | |
"username": "root", | |
"password": null, | |
"database": "database_production", | |
"host": "127.0.0.1", | |
"dialect": "mysql" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment