Created
April 27, 2020 22:19
-
-
Save aabccd021/2e1f33dd4c43f0276e9169c23cd954d6 to your computer and use it in GitHub Desktop.
test
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
{ | |
"development": { | |
"username": "root", | |
"password": "password", | |
"database": "database_development", | |
"host": "127.0.0.1", | |
"dialect": "mysql", | |
"operatorsAliases": false | |
}, | |
"test": { | |
"username": "root", | |
"password": "password", | |
"database": "database_test", | |
"host": "127.0.0.1", | |
"dialect": "mysql", | |
"operatorsAliases": false | |
}, | |
"production": { | |
"username": "root", | |
"password": "password", | |
"database": "database_production", | |
"host": "127.0.0.1", | |
"dialect": "mysql", | |
"operatorsAliases": false | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment