Skip to content

Instantly share code, notes, and snippets.

@aabccd021
Created April 27, 2020 22:19
Show Gist options
  • Save aabccd021/2e1f33dd4c43f0276e9169c23cd954d6 to your computer and use it in GitHub Desktop.
Save aabccd021/2e1f33dd4c43f0276e9169c23cd954d6 to your computer and use it in GitHub Desktop.
test
{
"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