We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f08ccd commit a5ea9b4Copy full SHA for a5ea9b4
routers/install.go
@@ -241,7 +241,7 @@ func InstallPost(ctx *context.Context, form auth.InstallForm) {
241
cfg.Section("").Key("APP_NAME").SetValue(form.AppName)
242
cfg.Section("repository").Key("ROOT").SetValue(form.RepoRootPath)
243
cfg.Section("").Key("RUN_USER").SetValue(form.RunUser)
244
- cfg.Section("server").Key("DOMAIN").SetValue(form.Domain)
+ cfg.Section("server").Key("SSH_DOMAIN").SetValue(form.Domain)
245
cfg.Section("server").Key("HTTP_PORT").SetValue(form.HTTPPort)
246
cfg.Section("server").Key("ROOT_URL").SetValue(form.AppURL)
247
0 commit comments