summaryrefslogtreecommitdiffstats
path: root/app/config.go
Commit message (Collapse)AuthorAgeFilesLines
* add App.License, remove utils.IsLicensed / utils.License calls (#8203)Chris2018-02-061-0/+8
|
* Finally remove utils.Cfg (#8113)Chris2018-01-171-2/+0
| | | | | | | | * finally remove utils.Cfg * fix compile error * another test compilation fix
* Remove global cfg vars (#8099)Chris2018-01-121-8/+105
| | | | | | * remove global cfg vars * enterprise update
* Remove global config watcher (#8080)Chris2018-01-111-0/+73
* remove global config watcher * keep config watcher disabled for tests * compile fix * fix resource leak