MM-8593 Default APIv3 to disabled for new installs (#8353)

* Default APIv3 to disabled for new installs

* Add EnableAPIv3 setting to client config

* Enable APIv3 for needed tests
Этот коммит содержится в:
Joram Wilander
2018-02-23 10:55:02 -05:00
коммит произвёл Christopher Speller
родитель 4211a2bb3c
Коммит 5fb4b1bc93
4 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@@ -59,6 +59,7 @@ func Setup() *app.App {
a.UpdateConfig(func(cfg *model.Config) {
*cfg.TeamSettings.EnableOpenServer = true
*cfg.ServiceSettings.EnableAPIv3 = true
})
return a