diff --git a/.env.example b/.env.example index bd4a855..12d6506 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,7 @@ # LOG_LEVEL options: CRITICAL, ERROR, WARNING, INFO, DEBUG, NOTSET +LOG_LEVEL=INFO + +# Matrix Configuration HOMESERVER_URL = "https://matrix.org" USER_ID = "@botbot_user:matrix.org" PASSWORD = "botbot_password"