更新配置

This commit is contained in:
ms
2026-01-20 13:55:18 +08:00
parent ac158583e9
commit d41b801c37
+12
View File
@@ -272,3 +272,15 @@ additionalProperties:
labelEn: GitHub App Private Key (GitHub Integration)
required: false
type: password
- default: "false"
edit: true
envKey: FORCE_HTTPS
labelZh: 强制使用 HTTPS
labelEn: Force HTTPS
required: true
type: select
values:
- label: 启用
value: "true"
- label: 禁止
value: "false"