You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Haha-Yes/config/config-example.json

19 lines
380 B
JSON

{
"development": {
"username": "root",
"password": "apassword",
"database": "hahayes",
"host": "127.0.0.1",
"dialect": "mysql",
"operatorsAliases": "0"
},
"production": {
"username": "root",
"password": "apassword",
"database": "hahayes",
"host": "127.0.0.1",
"dialect": "mysql",
"operatorsAliases": "0",
"logging": false
}
}