CloudMigrations: Add a default feedback url (#91018)

add default url
pull/90360/head^2
Michael Mandrus 11 months ago committed by GitHub
parent 8627385132
commit c0af387766
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      conf/defaults.ini
  2. 2
      conf/sample.ini

@ -1967,3 +1967,6 @@ delete_access_policy_timeout = 5s
domain = grafana.net
# Folder used to store snapshot files. Defaults to the home dir
snapshot_folder = ""
# Link to form to give feedback on the feature
feedback_url = https://docs.google.com/forms/d/e/1FAIpQLSeEE33vhbSpR8A8S1A1ocZ1ByVRRwiRl1GZr2FSrEer_tSa8w/viewform?usp=sf_link

@ -1898,3 +1898,5 @@ timeout = 30s
;domain = grafana-dev.net
# Folder used to store snapshot files. Defaults to the home dir
;snapshot_folder = ""
# Link to form to give feedback on the feature
;feedback_url = ""

Loading…
Cancel
Save