From e46bd6cc0657a9236e5f6ad0b3d39b83dcc9c46a Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 21 Apr 2024 14:09:48 -0600 Subject: [PATCH] Disable config cache by default --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index d4d7228d1..84c7d6433 100644 --- a/.env.example +++ b/.env.example @@ -8,6 +8,7 @@ OPEN_REGISTRATION="false" ENFORCE_EMAIL_VERIFICATION="false" PF_MAX_USERS="1000" OAUTH_ENABLED="true" +ENABLE_CONFIG_CACHE=false # Media Configuration PF_OPTIMIZE_IMAGES="true"