diff options
Diffstat (limited to 'routers/install.go')
-rw-r--r-- | routers/install.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/install.go b/routers/install.go index 2f94dc09..ccc87b3d 100644 --- a/routers/install.go +++ b/routers/install.go @@ -145,7 +145,7 @@ func Install(ctx *context.Context) { f.SSHPort = setting.SSH.Port f.UseBuiltinSSHServer = setting.SSH.StartBuiltinServer f.HTTPPort = setting.HTTPPort - f.AppUrl = setting.AppUrl + f.AppUrl = setting.AppURL f.LogRootPath = setting.LogRootPath // E-mail service settings |