This commit is contained in:
2025-10-12 18:20:29 +02:00
parent 51563e2dcd
commit 3ac174ed2b
5 changed files with 325 additions and 44 deletions

20
pgadmin-servers.json Normal file
View File

@@ -0,0 +1,20 @@
{
"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
}
}
}
}