forked from Supositware/Haha-Yes
example config for sequelize
This commit is contained in:
parent
1a0ee2091d
commit
a7d20dfe7d
1 changed files with 18 additions and 0 deletions
18
config/config-example.json
Normal file
18
config/config-example.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"development": {
|
||||
"username": "root",
|
||||
"password": "apassword",
|
||||
"database": "hahayes",
|
||||
"host": "127.0.0.1",
|
||||
"dialect": "mysql",
|
||||
"operatorsAliases": false
|
||||
},
|
||||
"production": {
|
||||
"username": "root",
|
||||
"password": "apassword",
|
||||
"database": "hahayes",
|
||||
"host": "127.0.0.1",
|
||||
"dialect": "mysql",
|
||||
"operatorsAliases": false
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue