Browse Source

Merge pull request #2711 from jsternberg/master

Update docstring for postgres session provider
Torkel Ödegaard 10 years ago
parent
commit
ec3a684be2
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