mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-10 15:25:43 +02:00
6 lines
224 B
Django/Jinja
6 lines
224 B
Django/Jinja
TZ={{ HOST_TIMEZONE }}
|
|
|
|
# Administrator setup
|
|
|
|
LISTMONK_ADMIN_USER={{ applications[application_id].users.administrator.username }}
|
|
LISTMONK_ADMIN_PASSWORD={{ applications[application_id].credentials.administrator_password }} |