Files
SerpentRace/SerpentRace_Docker/deployment/pgadmin_servers_deployment.json
T
2025-11-25 00:14:58 +01:00

15 lines
298 B
JSON

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