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 b6b8b19 commit 9f19c2bCopy full SHA for 9f19c2b
cmd/web.go
@@ -175,7 +175,7 @@ func setPort(port string) error {
175
176
cfg.Section("server").Key("LOCAL_ROOT_URL").SetValue(defaultLocalURL)
177
if err := cfg.SaveTo(setting.CustomConf); err != nil {
178
- return fmt.Errorf("Error saving generated JWT Secret to custom config: %v", err)
+ return fmt.Errorf("Error saving generated LOCAL_ROOT_URL to custom config: %v", err)
179
}
180
181
return nil
0 commit comments