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:
Jonathan A. Sternberg
2015-09-09 14:06:14 -04:00
parent 9603dce469
commit 5572588c54
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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