database/config/postgres.example.json
2025-12-27 16:21:09 +08:00

35 lines
810 B
JSON

{
"environments": [
{
"name": "shcis_drworks_cpoe_pg",
"connection": {
"host": "47.99.124.43",
"port": 5432,
"database": "shcis_drworks_cpoe_pg",
"user": "postgres",
"password": "passw0rd!",
"sslMode": "require",
"statementTimeoutMs": 30000,
"max": 10
},
"defaultSchema": "dbo",
"searchPath": ["dbo", "api","nurse"]
},
{
"name": "shcis_ipworkstation",
"connection": {
"host": "47.99.124.43",
"port": 5432,
"database": "shcis_ipworkstation",
"user": "postgres",
"password": "passw0rd!",
"sslMode": "require",
"statementTimeoutMs": 30000,
"max": 10
},
"defaultSchema": "dbo",
"searchPath": ["dbo"]
}
]
}