Update to 2022-07-08 17:00

This commit is contained in:
Daniel Berteaud
2022-07-08 17:00:16 +02:00
parent 0319e1f4a1
commit 05356e71fe
6 changed files with 10 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ pga_src_ip: []
# Root dir where the app will be installed
pga_root_dir: /opt/pgadmin4_{{ pga_id }}
# Version to deploy
pga_version: '6.10'
pga_version: '6.11'
# When pg_auth is an empty list, pgAdmin will be in single user mode
# You can set it to a list, eg

View File

@@ -2,6 +2,7 @@ SERVER_MODE={{ (pga_auth | length >= 1) | ternary('True','False') }}
DEFAULT_SERVER='0.0.0.0'
DEFAULT_SERVER_PORT={{ pga_port }}
DATA_DIR='{{ pga_root_dir }}/data'
AZURE_CREDENTIAL_CACHE_DIR='{{ pga_root_dir }}/data/azurecredentialcache'
LOG_FILE='{{ pga_root_dir }}/logs/pgadmin4.log'
STORAGE_DIR='{{ pga_root_dir }}/data'
SQLITE_PATH='{{ pga_root_dir }}/data/pgadmin4.db'