mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-18 14:34:24 +02:00
6 lines
272 B
Django/Jinja
6 lines
272 B
Django/Jinja
TZ={{ HOST_TIMEZONE }}
|
|
|
|
# Administrator setup
|
|
|
|
LISTMONK_ADMIN_USER={{ applications | get_app_conf(application_id, 'users.administrator.username', True) }}
|
|
LISTMONK_ADMIN_PASSWORD={{ applications | get_app_conf(application_id, 'credentials.administrator_password', True) }} |