Parcourir la source

Disable config cache by default

Daniel Supernault il y a 1 an
Parent
commit
e46bd6cc06
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      .env.example

+ 1 - 0
.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"