devkit/pgadmin/servers.json
2024-07-24 13:20:33 +08:00

22 lines
656 B
JSON

{
"Servers": {
"1": {
"Name": "hello",
"Group": "Servers",
"Host": "postgres",
"Port": 5432,
"MaintenanceDB": "hello",
"Username": "hello",
"UseSSHTunnel": 0,
"TunnelPort": "22",
"TunnelAuthentication": 0,
"KerberosAuthentication": false,
"ConnectionParameters": {
"sslmode": "prefer",
"connect_timeout": 10,
"sslcert": "<STORAGE_DIR>/.postgresql/postgresql.crt",
"sslkey": "<STORAGE_DIR>/.postgresql/postgresql.key"
}
}
}
}