mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
#2852 code cleanup
This commit is contained in:
parent
1dd003bd4c
commit
a47aef5460
7 changed files with 31 additions and 27 deletions
|
@ -153,7 +153,7 @@ func Install(ctx *context.Context) {
|
|||
|
||||
form.Domain = setting.Domain
|
||||
form.SSHPort = setting.SSH.Port
|
||||
form.HTTPPort = setting.HttpPort
|
||||
form.HTTPPort = setting.HTTPPort
|
||||
form.AppUrl = setting.AppUrl
|
||||
form.LogRootPath = setting.LogRootPath
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue