mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #2711 from jsternberg/master
Update docstring for postgres session provider
This commit is contained in:
@@ -67,7 +67,7 @@ path = grafana.db
|
||||
|
||||
#################################### Session ####################################
|
||||
[session]
|
||||
# Either "memory", "file", "redis", "mysql", "postgresql", default is "file"
|
||||
# Either "memory", "file", "redis", "mysql", "postgres", default is "file"
|
||||
provider = file
|
||||
|
||||
# Provider config options
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
|
||||
#################################### Session ####################################
|
||||
[session]
|
||||
# Either "memory", "file", "redis", "mysql", "postgresql", default is "file"
|
||||
# Either "memory", "file", "redis", "mysql", "postgres", default is "file"
|
||||
;provider = file
|
||||
|
||||
# Provider config options
|
||||
|
||||
Reference in New Issue
Block a user