update sample config
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
"""Configuration file"""
|
"""Configuration file"""
|
||||||
|
|
||||||
MESSAGE_FILE = "message.txt"
|
# Username and password for logging in to the site
|
||||||
BASIC_AUTH_FORCE = True
|
|
||||||
BASIC_AUTH_USERNAME = "username"
|
BASIC_AUTH_USERNAME = "username"
|
||||||
BASIC_AUTH_PASSWORD = "password"
|
BASIC_AUTH_PASSWORD = "password"
|
||||||
|
|
||||||
|
# List of users. First value is the full name, second the email address
|
||||||
|
USERS = [
|
||||||
|
("Foobar", "foobar@example.com"),
|
||||||
|
("Barbaz", "baz@example.net")
|
||||||
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user