From 2f325bbaa20d1ba248d6a79b40b12f87e823bb1b Mon Sep 17 00:00:00 2001 From: Meng Sen Date: Thu, 31 Oct 2024 15:49:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Meng Sen --- apps/synapse/1.118.0/data.yml | 82 ----------------------------------- 1 file changed, 82 deletions(-) diff --git a/apps/synapse/1.118.0/data.yml b/apps/synapse/1.118.0/data.yml index 5ba56b15..2de9091a 100644 --- a/apps/synapse/1.118.0/data.yml +++ b/apps/synapse/1.118.0/data.yml @@ -22,85 +22,3 @@ additionalProperties: labelEn: Domain Name required: true type: text - - default: "50M" - edit: true - envKey: SYNAPSE_MAX_UPLOAD_SIZE - labelZh: 最大上传文件大小 - labelEn: Maximum upload file size - required: true - type: text - - default: "true" - edit: true - envKey: SYNAPSE_ENABLE_REGISTRATION - labelZh: 注册功能 - labelEn: Enable registration - required: true - type: select - values: - - label: "允许注册" - value: "true" - - label: "禁止注册" - value: "false" - - default: "false" - edit: true - envKey: SYNAPSE_ALLOW_GUEST - labelZh: 访客功能 - labelEn: Enable registration - required: true - type: select - values: - - label: "允许访客登录" - value: "true" - - label: "禁止访客登录" - value: "false" - - default: "" - edit: true - envKey: POSTGRES_HOST - labelZh: 数据库 主机地址 - labelEn: Database Host - required: false - type: text - - default: 5432 - edit: true - envKey: POSTGRES_PORT - labelZh: 数据库 端口 - labelEn: Database Port - required: true - rule: paramPort - type: number - - default: "synapse" - edit: true - envKey: POSTGRES_DB - labelZh: 数据库 名称 - labelEn: Database Name - required: true - rule: paramCommon - type: text - - default: "synapse" - edit: true - envKey: POSTGRES_USER - labelZh: 数据库 用户名 - labelEn: Database Username - required: true - type: text - - default: "" - edit: true - envKey: POSTGRES_PASSWORD - labelZh: 数据库 密码 - labelEn: Database Password - required: false - type: password - - default: "" - edit: true - envKey: SYNAPSE_RECAPTCHA_PUBLIC_KEY - labelZh: reCAPTCHA 公钥 - labelEn: reCAPTCHA Public Key - required: false - type: text - - default: "" - edit: true - envKey: SYNAPSE_RECAPTCHA_PRIVATE_KEY - labelZh: reCAPTCHA 私钥 - labelEn: reCAPTCHA Private Key - required: false - type: text