Update docstring for postgres session provider
The postgres provider is named postgres and not postgresql. For somebody configuring the server from the config file example, it is very easy to write an invalid value into the file and accidentally use the "memory" provider instead because of a typo.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -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