瀏覽代碼

fix: set marketplace feature to false in feature_service.py (#15578)

tags/1.1.0
Yeuoly 7 月之前
父節點
當前提交
2b1facc7a6
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      api/services/feature_service.py

+ 1
- 1
api/services/feature_service.py 查看文件

@@ -65,7 +65,7 @@ class SystemFeatureModel(BaseModel):
sso_enforced_for_web: bool = False
sso_enforced_for_web_protocol: str = ""
enable_web_sso_switch_component: bool = False
enable_marketplace: bool = True
enable_marketplace: bool = False
max_plugin_package_size: int = dify_config.PLUGIN_MAX_PACKAGE_SIZE
enable_email_code_login: bool = False
enable_email_password_login: bool = True

Loading…
取消
儲存