Files
autoreply-editor/ansible/templates/config.py.j2

4 lines
116 B
Plaintext
Raw Normal View History

2021-12-19 20:14:23 +01:00
MESSAGE_FILE = "{{ message_file }}"
2021-12-19 20:51:04 +01:00
BASIC_AUTH_USERNAME = "{{ auth_user }}"
2021-12-19 20:14:23 +01:00
BASIC_AUTH_PASSWORD = "{{ auth_pass }}"