conf: adds sample values for db conn settings

This commit is contained in:
bergquist 2017-02-10 15:29:43 +01:00
parent 28d93b574d
commit 5b7b3fef64

View File

@ -82,6 +82,12 @@
# For "sqlite3" only, path relative to data_path setting
;path = grafana.db
# Max conn setting default is 0 (mean not set)
;max_conn =
;max_idle_conn =
;max_open_conn =
#################################### Session ####################################
[session]
# Either "memory", "file", "redis", "mysql", "postgres", default is "file"