Browse Source

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.
Jonathan A. Sternberg 10 years ago
parent
commit
5572588c54
2 changed files with 2 additions and 2 deletions
  1. 1 1
      conf/defaults.ini
  2. 1 1
      conf/sample.ini

+ 1 - 1
conf/defaults.ini

@@ -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
conf/sample.ini

@@ -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