1
0
Fork 0
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:
Félix Piédallu 2024-01-31 14:25:14 +01:00
parent a79663c1ca
commit 5f46b9788b

View file

@ -2,7 +2,7 @@
"Servers": { "Servers": {
"1": { "1": {
"Name": "YunoHost Server", "Name": "YunoHost Server",
"Group": "Server Group 1", "Group": "Servers",
"Host": "localhost", "Host": "localhost",
"Port": 5432, "Port": 5432,
"Username": "__DB_USER__", "Username": "__DB_USER__",
@ -10,15 +10,13 @@
"MaintenanceDB": "postgres", "MaintenanceDB": "postgres",
"SSLMode": "prefer", "SSLMode": "prefer",
"SSLCert": "<STORAGE_DIR>/.postgresql/postgresql.crt",
"SSLKey": "<STORAGE_DIR>/.postgresql/postgresql.key",
"Timeout": 10, "Timeout": 10,
"DBRestriction": "live_db test_db", "DBRestriction": "live_db test_db",
"PassFile": "/path/to/pgpassfile", "PassFile": "/path/to/pgpassfile",
"Shared": false, "Shared": false,
"Service": "postgresql-10", "Service": "",
"PasswordExecCommand": "echo '__DB_PWD__'" "PasswordExecCommand": "echo '__DB_PWD__'"
} }
} }