1
0
Fork 0

fix: 修复了安装 Gitea 时没有校验端口的问题 (#35)

This commit is contained in:
wanghe 2023-05-04 14:53:19 +08:00 committed by GitHub
parent e807db406b
commit b76c80872d
1 changed files with 2 additions and 2 deletions

View File

@ -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"
}
]
}