15 lines
274 B
JSON
15 lines
274 B
JSON
{
|
|
"Servers": {
|
|
"1": {
|
|
"Name": "postgres",
|
|
"Group": "Servers",
|
|
"Host": "postgres",
|
|
"Port": 5432,
|
|
"MaintenanceDB": "postgres",
|
|
"Username": "postgres",
|
|
"SSLMode": "prefer",
|
|
"PassFile": "/var/lib/pgadmin/pgpass"
|
|
}
|
|
}
|
|
}
|