lronetto-main/pgadmin/servers.json

14 lines
237 B
JSON
Raw Normal View History

{
"Servers": {
"1": {
"Name": "Postgres (infra)",
"Group": "Servers",
"Host": "postgres",
"Port": 5432,
"MaintenanceDB": "postgres",
"Username": "postgres",
"SSLMode": "prefer"
}
}
}