Files
SerpentRace/deployment/pgadmin_servers_deployment.json
T
Donat Magda b39ca0930a Changes
2025-11-26 01:20:57 +01:00

16 lines
328 B
JSON

{
"Servers": {
"1": {
"Name": "SerpentRace Production",
"Group": "Servers",
"Host": "postgres",
"Port": 5432,
"MaintenanceDB": "serpentrace",
"Username": "postgres",
"Password": "postgres",
"SSLMode": "prefer",
"Comment": "SerpentRace Production Database"
}
}
}