From 46b46f26d5960ce189915c192ee2712bceedd85d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=8C=E6=A3=AE?= Date: Mon, 22 Jul 2024 14:00:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AE=89=E8=A3=85=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 萌森 --- apps/bark/2.1.5/data.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/bark/2.1.5/data.yml b/apps/bark/2.1.5/data.yml index bd610e8f..2ff188a8 100644 --- a/apps/bark/2.1.5/data.yml +++ b/apps/bark/2.1.5/data.yml @@ -18,21 +18,21 @@ additionalProperties: - default: "" edit: true envKey: BARK_SERVER_DSN - labelEn: Database URL labelZh: 数据库链接 + labelEn: Database URL required: false type: text - default: "" edit: true envKey: BARK_SERVER_BASIC_AUTH_USER - labelEn: Basic Auth User labelZh: 用户名 (服务基础验证) + labelEn: Basic Auth User required: false type: text - default: "" edit: true envKey: BARK_SERVER_BASIC_AUTH_PASSWORD - labelEn: Basic Auth Password labelZh: 密码 (服务基础验证) + labelEn: Basic Auth Password required: false type: text