Files
autoreply-editor/config.sample.py
2021-05-19 09:17:41 +02:00

7 lines
145 B
Python

"""Configuration file"""
MESSAGE_FILE = "message.txt"
BASIC_AUTH_FORCE = True
BASIC_AUTH_USERNAME = "username"
BASIC_AUTH_PASSWORD = "password"