Commit 9b20c9c3 by Carl Bergquist Committed by GitHub

Merge pull request #14225 from zicklam/patch-3

removed extra whitespace
parents 486ece32 d86ba20d
...@@ -34,7 +34,7 @@ protocol = http ...@@ -34,7 +34,7 @@ protocol = http
# The ip address to bind to, empty will bind to all interfaces # The ip address to bind to, empty will bind to all interfaces
http_addr = http_addr =
# The http port to use # The http port to use
http_port = 3000 http_port = 3000
# The public facing domain name used to access grafana from a browser # The public facing domain name used to access grafana from a browser
...@@ -166,7 +166,7 @@ google_tag_manager_id = ...@@ -166,7 +166,7 @@ google_tag_manager_id =
# default admin user, created on startup # default admin user, created on startup
admin_user = admin admin_user = admin
# default admin password, can be changed before first start of grafana, or in profile settings # default admin password, can be changed before first start of grafana, or in profile settings
admin_password = admin admin_password = admin
# used for signing # used for signing
...@@ -372,7 +372,7 @@ templates_pattern = emails/*.html ...@@ -372,7 +372,7 @@ templates_pattern = emails/*.html
#################################### Logging ########################## #################################### Logging ##########################
[log] [log]
# Either "console", "file", "syslog". Default is console and file # Either "console", "file", "syslog". Default is console and file
# Use space to separate multiple modes, e.g. "console file" # Use space to separate multiple modes, e.g. "console file"
mode = console file mode = console file
...@@ -565,4 +565,3 @@ enable_alpha = false ...@@ -565,4 +565,3 @@ enable_alpha = false
[enterprise] [enterprise]
license_path = license_path =
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment