فهرست منبع

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"