dataRT/configs/postgres.json

11 lines
233 B
JSON
Raw Normal View History

2025-09-05 18:35:46 +08:00
{
"default":{
"host":"192.168.46.100",
"port":9432,
"user":"postgres",
"password":"123RTYjkl",
"dbname":"metamodule",
"sslmode":"disable",
"timezone":"Asia/Shanghai"
}
}