Files
sql/pgadmin-servers.json

21 lines
419 B
JSON
Raw Permalink Normal View History

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