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

@@ -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'