agreg-server/app/servers.json

16 lines
No EOL
369 B
JSON

{
"Servers": {
"1": {
"Name": "SimuGaz",
"Group": "SimuGaz",
"Port": 5432,
"Username": "simugaz",
"Host": "db",
"MaintenanceDB": "postgres",
"ConnectionParameters": {
"sslmode": "prefer",
"connect_timeout": 10
}
}
}
}