17 lines
380 B
JSON
17 lines
380 B
JSON
{
|
|
"type": "postgres",
|
|
"host": "109.107.166.17",
|
|
"port": 5432,
|
|
"username": "nichtar",
|
|
"password": "6t30a72",
|
|
"database": "SDR",
|
|
"synchronize": true,
|
|
"logging": false,
|
|
"entities": ["src/entities/*.ts"],
|
|
"migrations": ["src/migration/*.ts"],
|
|
"cli": {
|
|
"entitiesDir": "src/entities",
|
|
"migrationsDir": "src/migration"
|
|
}
|
|
}
|
|
|