From e287e6197efb53e338d6bc5236e11549905a2ad1 Mon Sep 17 00:00:00 2001 From: Joao Figueiredo Date: Thu, 1 May 2025 00:11:23 +0100 Subject: [PATCH] improved file order and redability --- .env.example | 3 +++ 1 file changed, 3 insertions(+) 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"