From 6f89c41662f66fe1bca34f526a02ac62c3d2b34e Mon Sep 17 00:00:00 2001 From: Meng Sen Date: Wed, 15 Jan 2025 12:03:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E5=BA=94=E7=94=A8=20BookStac?= =?UTF-8?q?k?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Meng Sen --- bookstack/24.12.1/data.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/bookstack/24.12.1/data.yml b/bookstack/24.12.1/data.yml index f3270008d..f11cb30ac 100644 --- a/bookstack/24.12.1/data.yml +++ b/bookstack/24.12.1/data.yml @@ -48,21 +48,13 @@ additionalProperties: labelEn: Application URL required: true type: text - - default: "127.0.0.1" + - default: "127.0.0.1:3306" edit: true envKey: DB_HOST - labelZh: 数据库 主机 - labelEn: Database Host + labelZh: 数据库地址 + labelEn: Database Address required: true type: text - - default: 3306 - edit: true - envKey: DB_PORT - labelZh: 数据库 端口 - labelEn: Database Port - required: true - rule: paramPort - type: number - default: "bookstack" edit: true envKey: DB_DATABASE