From a83bc4c9fa9f4a913fbfa49da1cbba8b6199d074 Mon Sep 17 00:00:00 2001 From: Meng Sen Date: Thu, 7 Nov 2024 13:08:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=20NexusPHP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Meng Sen --- apps/nexusphp/1.8.14/data.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/nexusphp/1.8.14/data.yml b/apps/nexusphp/1.8.14/data.yml index 16b85432b..0e8f349b9 100644 --- a/apps/nexusphp/1.8.14/data.yml +++ b/apps/nexusphp/1.8.14/data.yml @@ -104,7 +104,7 @@ additionalProperties: labelEn: Database Host required: true type: text - - default: 5432 + - default: 3306 edit: true envKey: DB_PORT labelZh: 数据库 端口 @@ -212,5 +212,5 @@ additionalProperties: envKey: MAIL_FROM_ADDRESS labelZh: 邮件 发件人地址 labelEn: Mail From Address - required: true + required: false type: text