diff --git a/apps/gitea/versions/1.19.1/config.json b/apps/gitea/versions/1.19.1/config.json index 586cf349..8e00c957 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