add password protection

This commit is contained in:
2021-05-19 09:17:41 +02:00
parent ea44d38a0d
commit 934c4877b2
7 changed files with 20 additions and 2 deletions

6
config.sample.py Normal file
View File

@@ -0,0 +1,6 @@
"""Configuration file"""
MESSAGE_FILE = "message.txt"
BASIC_AUTH_FORCE = True
BASIC_AUTH_USERNAME = "username"
BASIC_AUTH_PASSWORD = "password"