You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
434 B
11 lines
434 B
5 years ago
|
SERVER_MODE=False
|
||
|
DEFAULT_SERVER='0.0.0.0'
|
||
|
DEFAULT_SERVER_PORT={{ pga_port }}
|
||
|
DATA_DIR='{{ pga_root_dir }}/data'
|
||
|
LOG_FILE='{{ pga_root_dir }}/logs/pgadmin4.log'
|
||
|
STORAGE_DIR='{{ pga_root_dir }}/data'
|
||
|
SQLITE_PATH='{{ pga_root_dir }}/data/pgadmin4.db'
|
||
|
SECURITY_EMAIL_SENDER='pgadmin4@{{ ansible_domain }}'
|
||
|
SESSION_DB_PATH = '{{ pga_root_dir }}/sessions'
|
||
|
MASTER_PASSWORD_REQUIRED={{ (pga_master_pass == True) | ternary('True','False') }}
|