Skip to content

Commit 939cca7

Browse files
fix: 修复了安装 Gitea 时没有校验端口的问题 (#35)
1 parent 2b45083 commit 939cca7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/gitea/versions/1.19.1/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"required": true,
4747
"default": 3000,
4848
"rule": "paramPort",
49-
"envKey": "GITEA_PORT_HTTP"
49+
"envKey": "PANEL_APP_PORT_HTTP"
5050
},
5151
{
5252
"type": "number",
@@ -55,7 +55,7 @@
5555
"required": true,
5656
"default": 222,
5757
"rule": "paramPort",
58-
"envKey": "GITEA_PORT_SSH"
58+
"envKey": "PANEL_APP_PORT_SSH"
5959
}
6060
]
6161
}

0 commit comments

Comments
 (0)