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

This commit is contained in:
wanghe 2023-05-04 14:53:19 +08:00 committed by GitHub
parent 2b450838b6
commit 939cca74ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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