|
|
@@ -7,7 +7,7 @@ app_mode = production
|
|
|
|
|
|
#################################### Paths ####################################
|
|
|
[paths]
|
|
|
-# Path to where grafana can store temp files, sessions, and the sqlite3 db (if that is useD)
|
|
|
+# Path to where grafana can store temp files, sessions, and the sqlite3 db (if that is used)
|
|
|
#
|
|
|
data = data
|
|
|
#
|
|
|
@@ -62,7 +62,7 @@ path = grafana.db
|
|
|
|
|
|
#################################### Session ####################################
|
|
|
[session]
|
|
|
-# Either "memory", "file", "redis", "mysql", default is "memory"
|
|
|
+# Either "memory", "file", "redis", "mysql", "postgresql", default is "file"
|
|
|
provider = file
|
|
|
|
|
|
# Provider config options
|
|
|
@@ -70,6 +70,7 @@ provider = file
|
|
|
# file: session dir path, is relative to grafana data_path
|
|
|
# redis: config like redis server addr, poolSize, password, e.g. `127.0.0.1:6379,100,grafana`
|
|
|
# mysql: go-sql-driver/mysql dsn config string, e.g. `user:password@tcp(127.0.0.1)/database_name`
|
|
|
+
|
|
|
provider_config = sessions
|
|
|
|
|
|
# Session cookie name
|