From 939cca74ad2297eea95b9ceed62852c74292bb44 Mon Sep 17 00:00:00 2001 From: wanghe Date: Thu, 4 May 2023 14:53:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=BA=86=E5=AE=89?= =?UTF-8?q?=E8=A3=85=20Gitea=20=E6=97=B6=E6=B2=A1=E6=9C=89=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C=E7=AB=AF=E5=8F=A3=E7=9A=84=E9=97=AE=E9=A2=98=20(#35)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/gitea/versions/1.19.1/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/gitea/versions/1.19.1/config.json b/apps/gitea/versions/1.19.1/config.json index 586cf349b..8e00c9572 100644 --- a/apps/gitea/versions/1.19.1/config.json +++ b/apps/gitea/versions/1.19.1/config.json @@ -46,7 +46,7 @@ "required": true, "default": 3000, "rule": "paramPort", - "envKey": "GITEA_PORT_HTTP" + "envKey": "PANEL_APP_PORT_HTTP" }, { "type": "number", @@ -55,7 +55,7 @@ "required": true, "default": 222, "rule": "paramPort", - "envKey": "GITEA_PORT_SSH" + "envKey": "PANEL_APP_PORT_SSH" } ] } \ No newline at end of file