diff --git a/conf/defaults.ini b/conf/defaults.ini index 234f8b7529d..941813fb4c6 100644 --- a/conf/defaults.ini +++ b/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 diff --git a/conf/sample.ini b/conf/sample.ini index ed3cbff6f76..e8550c66c1a 100644 --- a/conf/sample.ini +++ b/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