16 lines
344 B
JSON
16 lines
344 B
JSON
|
|
{
|
||
|
|
"Servers": {
|
||
|
|
"1": {
|
||
|
|
"Name": "HYAPI PostgreSQL",
|
||
|
|
"Group": "Development Servers",
|
||
|
|
"Host": "postgres",
|
||
|
|
"Port": 5432,
|
||
|
|
"MaintenanceDB": "hyapi_dev",
|
||
|
|
"Username": "postgres",
|
||
|
|
"PassFile": "/var/lib/pgadmin/passfile",
|
||
|
|
"SSLMode": "prefer",
|
||
|
|
"Comment": "HYAPI Development Database"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|