diff --git a/pkg/setting/setting.go b/pkg/setting/setting.go index 806e94dee98..bbde21c31c0 100644 --- a/pkg/setting/setting.go +++ b/pkg/setting/setting.go @@ -567,7 +567,7 @@ func NewConfigContext(args *CommandLineArgs) error { log.Warn("require_email_validation is enabled but smpt is disabled") } - GrafanaNetUrl = Cfg.Section("grafana.net").Key("url").MustString("https://grafana.net") + GrafanaNetUrl = Cfg.Section("grafana_net").Key("url").MustString("https://grafana.net") imageUploadingSection := Cfg.Section("external_image_storage") ImageUploadProvider = imageUploadingSection.Key("provider").MustString("internal")