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.
2 parents 80eb824 + 6d7061d commit 5f5bbfbCopy full SHA for 5f5bbfb
pkg/setting/setting.go
@@ -563,7 +563,7 @@ func NewConfigContext(args *CommandLineArgs) error {
563
log.Warn("require_email_validation is enabled but smpt is disabled")
564
}
565
566
- GrafanaNetUrl = Cfg.Section("grafana.net").Key("url").MustString("https://grafana.net")
+ GrafanaNetUrl = Cfg.Section("grafana_net").Key("url").MustString("https://grafana.net")
567
568
imageUploadingSection := Cfg.Section("external_image_storage")
569
ImageUploadProvider = imageUploadingSection.Key("provider").MustString("internal")
0 commit comments