mirror of
https://github.com/grafana/grafana.git
synced 2025-01-09 07:33:42 -06:00
conf: adds sample values for db conn settings
This commit is contained in:
parent
28d93b574d
commit
5b7b3fef64
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user