소스 검색

Disable config cache by default

Daniel Supernault 1 년 전
부모
커밋
e46bd6cc06
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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"