|
|
|
@ -60,14 +60,14 @@ cert_key = |
|
|
|
|
#################################### Database ############################ |
|
|
|
|
[database] |
|
|
|
|
# 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 |
|
|
|
|
type = sqlite3 |
|
|
|
|
host = 127.0.0.1:3306 |
|
|
|
|
name = grafana |
|
|
|
|
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 = |
|
|
|
|
# Use either URL or the previous fields to configure the database |
|
|
|
|
# Example: mysql://user:secret@host:port/database |
|
|
|
@ -132,7 +132,7 @@ logging = false |
|
|
|
|
reporting_enabled = true |
|
|
|
|
|
|
|
|
|
# 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 |
|
|
|
|
# This option does not cause any auto updates, nor send any information |
|
|
|
|
# only a GET request to https://grafana.com to get latest versions |
|
|
|
|