Disable config cache by default

This commit is contained in:
Daniel Supernault 2024-04-21 14:09:48 -06:00
parent a54b4fb038
commit e46bd6cc06
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1
1 changed files with 1 additions and 0 deletions

View File

@ -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"