mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
code layouts and comments
This commit is contained in:
@@ -783,8 +783,6 @@ func (cfg *Cfg) Load(args *CommandLineArgs) error {
|
||||
cfg.EnterpriseLicensePath = enterprise.Key("license_path").MustString(filepath.Join(cfg.DataPath, "license.jwt"))
|
||||
|
||||
cacheServer := iniFile.Section("cache_server")
|
||||
//cfg.DistCacheType = cacheServer.Key("type").MustString("database")
|
||||
//cfg.DistCacheConnStr = cacheServer.Key("connstr").MustString("")
|
||||
cfg.CacheOptions = &CacheOpts{
|
||||
Name: cacheServer.Key("type").MustString("database"),
|
||||
ConnStr: cacheServer.Key("connstr").MustString(""),
|
||||
|
||||
Reference in New Issue
Block a user