Skip to content

Commit

Permalink
fix: 修复了安装 Gitea 时没有校验端口的问题 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghe-fit2cloud authored May 4, 2023
1 parent 2b45083 commit 939cca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/gitea/versions/1.19.1/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"required": true,
"default": 3000,
"rule": "paramPort",
"envKey": "GITEA_PORT_HTTP"
"envKey": "PANEL_APP_PORT_HTTP"
},
{
"type": "number",
Expand All @@ -55,7 +55,7 @@
"required": true,
"default": 222,
"rule": "paramPort",
"envKey": "GITEA_PORT_SSH"
"envKey": "PANEL_APP_PORT_SSH"
}
]
}

0 comments on commit 939cca7

Please sign in to comment.