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 3ee8970 commit cc32bc9Copy full SHA for cc32bc9
routers/install/install.go
@@ -393,6 +393,7 @@ func SubmitInstall(ctx *context.Context) {
393
cfg.Section("server").Key("DOMAIN").SetValue(form.Domain)
394
cfg.Section("server").Key("HTTP_PORT").SetValue(form.HTTPPort)
395
cfg.Section("server").Key("ROOT_URL").SetValue(form.AppURL)
396
+ cfg.Section("server").Key("APP_DATA_PATH").SetValue(setting.AppDataPath)
397
398
if form.SSHPort == 0 {
399
cfg.Section("server").Key("DISABLE_SSH").SetValue("true")
0 commit comments