Commit 6e304e6e by timolehto Committed by Torkel Ödegaard

comments: Typos in defaults.ini (#7988)

parent aada5181
...@@ -60,14 +60,14 @@ cert_key = ...@@ -60,14 +60,14 @@ cert_key =
#################################### Database ############################ #################################### Database ############################
[database] [database]
# You can configure the database connection by specifying type, host, name, user and password # You can configure the database connection by specifying type, host, name, user and password
# as seperate properties or as on string using the url propertie. # as separate properties or as on string using the url property.
# Either "mysql", "postgres" or "sqlite3", it's your choice # Either "mysql", "postgres" or "sqlite3", it's your choice
type = sqlite3 type = sqlite3
host = 127.0.0.1:3306 host = 127.0.0.1:3306
name = grafana name = grafana
user = root user = root
# If the password contains # or ; you have to wrap it with trippel quotes. Ex """#password;""" # If the password contains # or ; you have to wrap it with triple quotes. Ex """#password;"""
password = password =
# Use either URL or the previous fields to configure the database # Use either URL or the previous fields to configure the database
# Example: mysql://user:secret@host:port/database # Example: mysql://user:secret@host:port/database
...@@ -132,7 +132,7 @@ logging = false ...@@ -132,7 +132,7 @@ logging = false
reporting_enabled = true reporting_enabled = true
# Set to false to disable all checks to https://grafana.com # Set to false to disable all checks to https://grafana.com
# for new vesions (grafana itself and plugins), check is used # for new versions (grafana itself and plugins), check is used
# in some UI views to notify that grafana or plugin update exists # in some UI views to notify that grafana or plugin update exists
# This option does not cause any auto updates, nor send any information # This option does not cause any auto updates, nor send any information
# only a GET request to https://grafana.com to get latest versions # only a GET request to https://grafana.com to get latest versions
......
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