Commit 5b7b3fef by bergquist

conf: adds sample values for db conn settings

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