diff --git a/conf/defaults.ini b/conf/defaults.ini index 629e4b2c67f..6b2990dbb42 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -903,7 +903,7 @@ plugin_catalog_url = https://grafana.com/grafana/plugins/ max_connections = 100 # allowed_origins is a comma-separated list of origins that can establish connection with Grafana Live. -# If not set then origin will be matched over root_url. Supports globbing: see https://github.com/gobwas/glob. +# If not set then origin will be matched over root_url. Supports wildcard symbol "*". allowed_origins = # engine defines an HA (high availability) engine to use for Grafana Live. By default no engine used - in diff --git a/conf/sample.ini b/conf/sample.ini index 43ef261f9f4..594892c1f58 100644 --- a/conf/sample.ini +++ b/conf/sample.ini @@ -889,7 +889,7 @@ ;max_connections = 100 # allowed_origins is a comma-separated list of origins that can establish connection with Grafana Live. -# If not set then origin will be matched over root_url. Supports globbing: see https://github.com/gobwas/glob. +# If not set then origin will be matched over root_url. Supports wildcard symbol "*". ;allowed_origins = # engine defines an HA (high availability) engine to use for Grafana Live. By default no engine used - in