Files
autoreply-editor/ansible/templates/config.py.j2
2021-12-19 20:51:04 +01:00

4 lines
116 B
Django/Jinja

MESSAGE_FILE = "{{ message_file }}"
BASIC_AUTH_USERNAME = "{{ auth_user }}"
BASIC_AUTH_PASSWORD = "{{ auth_pass }}"