mirror of
https://github.com/YunoHost-Apps/pgadmin_ynh.git
synced 2024-09-03 19:56:38 +02:00
Fix server.json
This commit is contained in:
parent
a79663c1ca
commit
5f46b9788b
1 changed files with 2 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
"Servers": {
|
||||
"1": {
|
||||
"Name": "YunoHost Server",
|
||||
"Group": "Server Group 1",
|
||||
"Group": "Servers",
|
||||
"Host": "localhost",
|
||||
"Port": 5432,
|
||||
"Username": "__DB_USER__",
|
||||
|
@ -10,15 +10,13 @@
|
|||
"MaintenanceDB": "postgres",
|
||||
|
||||
"SSLMode": "prefer",
|
||||
"SSLCert": "<STORAGE_DIR>/.postgresql/postgresql.crt",
|
||||
"SSLKey": "<STORAGE_DIR>/.postgresql/postgresql.key",
|
||||
|
||||
"Timeout": 10,
|
||||
|
||||
"DBRestriction": "live_db test_db",
|
||||
"PassFile": "/path/to/pgpassfile",
|
||||
"Shared": false,
|
||||
"Service": "postgresql-10",
|
||||
"Service": "",
|
||||
"PasswordExecCommand": "echo '__DB_PWD__'"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue