update option description to only commit to wildcard symbol for now (#36341)

(cherry picked from commit 012ee1fc28)
pull/36412/head
Alexander Emelin 4 years ago committed by GitHub
parent 63715dcdef
commit 354789edc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      conf/defaults.ini
  2. 2
      conf/sample.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

@ -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

Loading…
Cancel
Save