Haha-Yes/config/config-example.json

19 lines
380 B
JSON
Raw Normal View History

2019-10-26 23:46:58 +02:00
{
"development": {
"username": "root",
"password": "apassword",
"database": "hahayes",
"host": "127.0.0.1",
"dialect": "mysql",
"operatorsAliases": "0"
2019-10-26 23:46:58 +02:00
},
"production": {
"username": "root",
"password": "apassword",
"database": "hahayes",
"host": "127.0.0.1",
"dialect": "mysql",
"operatorsAliases": "0",
"logging": false
2019-10-26 23:46:58 +02:00
}
}