From 82a12e9e69c71c98aaf5c77699aba1af24092431 Mon Sep 17 00:00:00 2001 From: wanghe-fit2cloud Date: Mon, 22 Jan 2024 11:51:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20Wiki.js=20=E6=94=AF=E6=8C=81=E9=80=89?= =?UTF-8?q?=E6=8B=A9=20PostgreSQL=20=E6=95=B0=E6=8D=AE=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/wikijs/2.5.300/data.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/apps/wikijs/2.5.300/data.yml b/apps/wikijs/2.5.300/data.yml index 7d93fa0ff..da601ab4f 100755 --- a/apps/wikijs/2.5.300/data.yml +++ b/apps/wikijs/2.5.300/data.yml @@ -1,21 +1,23 @@ additionalProperties: formFields: - - child: - default: "" - envKey: PANEL_DB_HOST - required: true - type: service - default: mysql + - default: mysql envKey: PANEL_DB_TYPE labelEn: Database Service labelZh: 数据库服务 required: true type: apps + child: + default: "" + envKey: PANEL_DB_HOST + required: true + type: service values: - label: MySQL value: mysql - label: MariaDB value: mariadb + - label: PostgreSQL + value: postgres - default: wiki envKey: PANEL_DB_NAME labelEn: Database