MM-30090 Add ManagedResourcePaths setting (#16213)

Этот коммит содержится в:
Harrison Healey
2020-11-05 11:07:03 -05:00
коммит произвёл GitHub
родитель ccf5916ef0
Коммит 059672ba73
2 изменённых файлов: 6 добавлений и 0 удалений

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

@@ -47,6 +47,7 @@ func GenerateClientConfig(c *model.Config, telemetryID string, license *model.Li
props["EnableMarketplace"] = strconv.FormatBool(*c.PluginSettings.EnableMarketplace)
props["EnableLatex"] = strconv.FormatBool(*c.ServiceSettings.EnableLatex)
props["ExtendSessionLengthWithActivity"] = strconv.FormatBool(*c.ServiceSettings.ExtendSessionLengthWithActivity)
props["ManagedResourcePaths"] = *c.ServiceSettings.ManagedResourcePaths
// This setting is only temporary, so keep using the old setting name for the mobile and web apps
props["ExperimentalEnablePostMetadata"] = "true"