10 lines
214 B
JSON
10 lines
214 B
JSON
{
|
|
"type": "mysql",
|
|
"host": "localhost",
|
|
"port": 3306,
|
|
"username": "root",
|
|
"password": "22999",
|
|
"database": "proxima",
|
|
"entities": ["src/**/**.entity{.ts,.js}"],
|
|
"synchronize": true
|
|
} |