dataRT/configs/postgres.json

10 lines
204 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",
"timezone":"Asia/Shanghai"
}
}