diff --git a/conf/defaults.ini b/conf/defaults.ini
index 750cc23a329..74ae209ac9a 100644
--- a/conf/defaults.ini
+++ b/conf/defaults.ini
@@ -670,7 +670,7 @@ disable_total_stats = false
basic_auth_username =
basic_auth_password =
-# Metrics environment info adds dimensions to the `grafana_environment_info` metric, which
+# Metrics environment info adds dimensions to the `grafana_environment_info` metric, which
# can expose more information about the Grafana instance.
[metrics.environment_info]
#exampleLabel1 = exampleValue1
@@ -768,6 +768,7 @@ enable_alpha = false
app_tls_skip_verify_insecure = false
# Enter a comma-separated list of plugin identifiers to identify plugins that are allowed to be loaded even if they lack a valid signature.
allow_loading_unsigned_plugins =
+marketplace_url = https://grafana.com/grafana/plugins/
#################################### Grafana Image Renderer Plugin ##########################
[plugin.grafana-image-renderer]
diff --git a/conf/sample.ini b/conf/sample.ini
index 1ebd84a236f..23691037135 100644
--- a/conf/sample.ini
+++ b/conf/sample.ini
@@ -664,7 +664,7 @@
; basic_auth_username =
; basic_auth_password =
-# Metrics environment info adds dimensions to the `grafana_environment_info` metric, which
+# Metrics environment info adds dimensions to the `grafana_environment_info` metric, which
# can expose more information about the Grafana instance.
[metrics.environment_info]
#exampleLabel1 = exampleValue1
@@ -756,6 +756,7 @@
;app_tls_skip_verify_insecure = false
# Enter a comma-separated list of plugin identifiers to identify plugins that are allowed to be loaded even if they lack a valid signature.
;allow_loading_unsigned_plugins =
+;marketplace_url = https://grafana.com/grafana/plugins/
#################################### Grafana Image Renderer Plugin ##########################
[plugin.grafana-image-renderer]
diff --git a/docs/sources/administration/configuration.md b/docs/sources/administration/configuration.md
index e7bbdcb8827..f417b95e5f8 100644
--- a/docs/sources/administration/configuration.md
+++ b/docs/sources/administration/configuration.md
@@ -1336,6 +1336,10 @@ Set to `true` if you want to test alpha plugins that are not yet ready for gener
Enter a comma-separated list of plugin identifiers to identify plugins that are allowed to be loaded even if they lack a valid signature.
+### marketplace_url
+
+Custom install/learn more url for enterprise plugins. Defaults to https://grafana.com/grafana/plugins/.
+