agreg-server/app/servers.json

16 lines
369 B
JSON
Raw Normal View History

2026-05-08 17:02:06 +02:00
{
"Servers": {
"1": {
"Name": "SimuGaz",
"Group": "SimuGaz",
"Port": 5432,
"Username": "simugaz",
"Host": "db",
"MaintenanceDB": "postgres",
"ConnectionParameters": {
"sslmode": "prefer",
"connect_timeout": 10
}
}
}
}