dataRT/configs/postgres.json

10 lines
196 B
JSON
Raw Normal View History

2025-09-05 18:35:46 +08:00
{
"default":{
2025-11-20 20:58:51 +08:00
"host":"127.0.0.1",
"port":5432,
2025-09-05 18:35:46 +08:00
"user":"postgres",
2025-11-20 20:58:51 +08:00
"password":"password",
"dbname":"postgres",
2025-09-05 18:35:46 +08:00
"timezone":"Asia/Shanghai"
}
}