From 1c2028d02905be310d757a1db8703841d684cc19 Mon Sep 17 00:00:00 2001 From: zhengkunwang223 Date: Wed, 8 Mar 2023 19:26:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9halo=E5=8F=AF?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- halo/versions/2.3.0/config.json | 21 +++++++++++++------- openresty/versions/1.21.4/docker-compose.yml | 1 + 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/halo/versions/2.3.0/config.json b/halo/versions/2.3.0/config.json index 254df5009..396d20a77 100644 --- a/halo/versions/2.3.0/config.json +++ b/halo/versions/2.3.0/config.json @@ -43,7 +43,8 @@ "default": "halo", "random": true, "rule": "paramCommon", - "envKey": "PANEL_DB_NAME" + "envKey": "PANEL_DB_NAME", + "edit": true }, { "type": "text", @@ -53,7 +54,8 @@ "default": "halo", "random": true, "rule": "paramCommon", - "envKey": "PANEL_DB_USER" + "envKey": "PANEL_DB_USER", + "edit": true }, { "type": "password", @@ -63,7 +65,8 @@ "default": "halo", "random": true, "rule": "paramComplexity", - "envKey": "PANEL_DB_USER_PASSWORD" + "envKey": "PANEL_DB_USER_PASSWORD", + "edit": true }, { "type": "text", @@ -73,7 +76,8 @@ "default": "admin", "random": true, "rule": "paramCommon", - "envKey": "HALO_ADMIN" + "envKey": "HALO_ADMIN", + "edit": true }, { "type": "password", @@ -83,7 +87,8 @@ "default": "halo", "random": true, "rule": "paramComplexity", - "envKey": "HALO_ADMIN_PASSWORD" + "envKey": "HALO_ADMIN_PASSWORD", + "edit": true }, { "type": "text", @@ -92,7 +97,8 @@ "required": true, "default": "http://localhost:8080", "rule": "paramExtUrl", - "envKey": "HALO_EXTERNAL_URL" + "envKey": "HALO_EXTERNAL_URL", + "edit": true }, { "type": "number", @@ -101,7 +107,8 @@ "required": true, "default": 8080, "rule": "paramPort", - "envKey": "PANEL_APP_PORT_HTTP" + "envKey": "PANEL_APP_PORT_HTTP", + "edit": true } ] } \ No newline at end of file diff --git a/openresty/versions/1.21.4/docker-compose.yml b/openresty/versions/1.21.4/docker-compose.yml index b30e3333b..5582ff482 100644 --- a/openresty/versions/1.21.4/docker-compose.yml +++ b/openresty/versions/1.21.4/docker-compose.yml @@ -11,5 +11,6 @@ services: - ./conf/conf.d:/usr/local/openresty/nginx/conf/conf.d/ - ./www:/www - ./root:/usr/share/nginx/html + - /etc/localtime:/etc/localtime labels: createdBy: "Apps"