mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-28 18:30:24 +02:00
7 lines
219 B
Django/Jinja
7 lines
219 B
Django/Jinja
TZ={{ HOST_TIMEZONE }}
|
|
|
|
# Administrator setup
|
|
|
|
LISTMONK_ADMIN_USER={{ applications[application_id].users.administrator.username }}
|
|
LISTMONK_ADMIN_PASSWORD={{ applications[application_id].users.administrator.password }}
|