dataRT/configs/postgres.json

10 lines
196 B
JSON

{
"default":{
"host":"127.0.0.1",
"port":5432,
"user":"postgres",
"password":"password",
"dbname":"postgres",
"timezone":"Asia/Shanghai"
}
}