mirror of
https://github.com/YunoHost-Apps/pgadmin_ynh.git
synced 2024-09-03 19:56:38 +02:00
20 lines
546 B
JSON
20 lines
546 B
JSON
{
|
|
"Servers": {
|
|
"1": {
|
|
"Name": "YunoHost Server",
|
|
"Group": "Servers",
|
|
"Host": "localhost",
|
|
"Port": 5432,
|
|
"MaintenanceDB": "postgres",
|
|
"Username": "__DB_USER__",
|
|
"Role": "__DB_USER__",
|
|
"Shared": false,
|
|
"DBRestriction": "live_db test_db",
|
|
"KerberosAuthentication": false,
|
|
"ConnectionParameters": {
|
|
"sslmode": "prefer",
|
|
"connect_timeout": 10
|
|
}
|
|
}
|
|
}
|
|
}
|