瀏覽代碼

Update .env.example

Adding the parameter INSTANCE_DISCOVER_PUBLIC="true" to prevent a HTTP 403 error at the explorer tab in the instance preview.
stemy2 5 月之前
父節點
當前提交
43a89a1746
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .env.example

+ 1 - 0
.env.example

@@ -9,6 +9,7 @@ ENFORCE_EMAIL_VERIFICATION="false"
 PF_MAX_USERS="1000"
 OAUTH_ENABLED="true"
 ENABLE_CONFIG_CACHE=true
+INSTANCE_DISCOVER_PUBLIC="true"
 
 # Media Configuration
 PF_OPTIMIZE_IMAGES="true"