code layouts and comments

This commit is contained in:
bergquist
2019-03-05 15:34:51 +01:00
parent 9a78c23165
commit daa3b17951
7 changed files with 79 additions and 60 deletions

View File

@@ -108,11 +108,10 @@ cache_mode = private
#################################### Cache server #############################
[cache_server]
# Either "memory", "redis", "memcached" or "database" default is "database"
# Either "redis", "memcached" or "database" default is "database"
type = database
# cache connectionstring options
# memory: no config required. Should only be used on single install grafana.
# database: will use Grafana primary database.
# redis: config like redis server e.g. `addr=127.0.0.1:6379,pool_size=100,db=grafana`
# memcache: 127.0.0.1:11211