Configuration: Update root_url to reflect the default value (#20278)

This commit is contained in:
Thomas Casteleyn 2019-11-11 10:05:32 +01:00 committed by Torkel Ödegaard
parent dd6f5efabe
commit 9fa18a2df5

View File

@ -46,7 +46,7 @@
# The full public facing url you use in browser, used for redirects and emails # The full public facing url you use in browser, used for redirects and emails
# If you use reverse proxy and sub path specify full url (with sub path) # If you use reverse proxy and sub path specify full url (with sub path)
;root_url = http://localhost:3000 ;root_url = %(protocol)s://%(domain)s:%(http_port)s/
# Serve Grafana from subpath specified in `root_url` setting. By default it is set to `false` for compatibility reasons. # Serve Grafana from subpath specified in `root_url` setting. By default it is set to `false` for compatibility reasons.
;serve_from_sub_path = false ;serve_from_sub_path = false