5 lines
184 B
Plaintext
5 lines
184 B
Plaintext
# LOG_LEVEL options: CRITICAL, ERROR, WARNING, INFO, DEBUG, NOTSET
|
|
HOMESERVER_URL = "https://matrix.org"
|
|
USER_ID = "@botbot_user:matrix.org"
|
|
PASSWORD = "botbot_password"
|
|
LOG_LEVEL=INFO |