1
0
mirror of https://github.com/SunnyQjm/sunny-blog-server.git synced 2026-06-15 19:34:50 +08:00
Files
sunny-blog-server/migration-ormconfig.json
2019-10-29 19:44:36 +08:00

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"
}
}