19 lines
419 B
JSON
19 lines
419 B
JSON
|
|
{
|
||
|
|
"type": "mysql",
|
||
|
|
"host": "192.168.25.110",
|
||
|
|
"port": 3306,
|
||
|
|
"username": "root",
|
||
|
|
"password": "mysql_Adkijc",
|
||
|
|
"database": "kuafu_health",
|
||
|
|
"synchronize": true,
|
||
|
|
"logging": false,
|
||
|
|
"entities": ["entity/**/*.js"],
|
||
|
|
"migrations": ["migration/**/*.js"],
|
||
|
|
"subscribers": ["subscriber/**/*.js"],
|
||
|
|
"cli": {
|
||
|
|
"entitiesDir": "entity",
|
||
|
|
"migrationsDir": "migration",
|
||
|
|
"subscribersDir": "subscriber"
|
||
|
|
}
|
||
|
|
}
|