Files
sql/pgadmin-servers.json

21 lines
424 B
JSON
Raw Normal View History

2025-10-12 18:20:29 +02:00
{
"Servers": {
"1": {
"Name": "docker",
"Group": "Servers",
"Host": "database",
"Port": 5432,
"MaintenanceDB": "postgres",
"Username": "postgres",
"UseSSHTunnel": 0,
"TunnelPort": "22",
"TunnelAuthentication": 0,
"KerberosAuthentication": false,
"ConnectionParameters": {
"sslmode": "disable",
"connect_timeout": 10
}
}
}
}