mirror of
https://github.com/SunnyQjm/sunny-blog-server.git
synced 2026-06-15 19:34:50 +08:00
14 lines
280 B
JSON
14 lines
280 B
JSON
{
|
|
"type": "mysql",
|
|
"host": "localhost",
|
|
"port": 3306,
|
|
"username": "sunny-blog",
|
|
"password": "LXDW4RjtyYdGKh64",
|
|
"database": "sunny-blog",
|
|
"entities": ["src/**/*.entity{.ts,.js}"],
|
|
"migrations": ["migration/*.ts"],
|
|
"cli": {
|
|
"migrationsDir": "migration"
|
|
}
|
|
}
|