add password protection
This commit is contained in:
6
config.sample.py
Normal file
6
config.sample.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""Configuration file"""
|
||||
|
||||
MESSAGE_FILE = "message.txt"
|
||||
BASIC_AUTH_FORCE = True
|
||||
BASIC_AUTH_USERNAME = "username"
|
||||
BASIC_AUTH_PASSWORD = "password"
|
||||
Reference in New Issue
Block a user