fix: 修复了安装 Gitea 时没有校验端口的问题 (#35)
This commit is contained in:
parent
e807db406b
commit
b76c80872d
|
|
@ -46,7 +46,7 @@
|
||||||
"required": true,
|
"required": true,
|
||||||
"default": 3000,
|
"default": 3000,
|
||||||
"rule": "paramPort",
|
"rule": "paramPort",
|
||||||
"envKey": "GITEA_PORT_HTTP"
|
"envKey": "PANEL_APP_PORT_HTTP"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "number",
|
"type": "number",
|
||||||
|
|
@ -55,7 +55,7 @@
|
||||||
"required": true,
|
"required": true,
|
||||||
"default": 222,
|
"default": 222,
|
||||||
"rule": "paramPort",
|
"rule": "paramPort",
|
||||||
"envKey": "GITEA_PORT_SSH"
|
"envKey": "PANEL_APP_PORT_SSH"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue