Cool_TODO_manager/backend/ormconfig.json
2025-02-18 17:30:35 +03:00

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