From 0f0dc748ebdf0c3ac311b3618cb17275950530c4 Mon Sep 17 00:00:00 2001 From: lorenzo132 <50767078+lorenzo132@users.noreply.github.com> Date: Sun, 16 Mar 2025 11:35:03 +0100 Subject: [PATCH] Update .env.example This feature has cause way to many issues for non experienced selfhosters. Its more profitable for everyone if this is disabled on default. Signed-off-by: lorenzo132 <50767078+lorenzo132@users.noreply.github.com> --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index 14bdf060bf..b07f22fa79 100644 --- a/.env.example +++ b/.env.example @@ -3,3 +3,4 @@ LOG_URL=https://logviewername.herokuapp.com/ GUILD_ID=1234567890 OWNERS=Owner1ID,Owner2ID,Owner3ID CONNECTION_URI=mongodb+srv://mongodburi +DISABLE_AUTOUPDATES=yes