follow up to MM-61126 desktop landing page (#28888)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
99a95508d2
Коммит
c7aec8c5c5
@@ -81,7 +81,7 @@ const onPremServerConfig = (): Partial<TestAdminConfig> => {
|
||||
};
|
||||
|
||||
// Should be based only from the generated default config from ./server via "make config-reset"
|
||||
// Based on v10.0 server
|
||||
// Based on v10.2 server
|
||||
const defaultServerConfig: AdminConfig = {
|
||||
ServiceSettings: {
|
||||
SiteURL: '',
|
||||
@@ -167,6 +167,7 @@ const defaultServerConfig: AdminConfig = {
|
||||
EnableAPITriggerAdminNotifications: false,
|
||||
EnableAPIUserDeletion: false,
|
||||
EnableAPIPostDeletion: false,
|
||||
EnableDesktopLandingPage: true,
|
||||
ExperimentalEnableHardenedMode: false,
|
||||
ExperimentalStrictCSRFEnforcement: false,
|
||||
EnableEmailInvitations: false,
|
||||
@@ -548,12 +549,14 @@ const defaultServerConfig: AdminConfig = {
|
||||
AppDownloadLink: 'https://mattermost.com/pl/download-apps',
|
||||
AndroidAppDownloadLink: 'https://mattermost.com/pl/android-app/',
|
||||
IosAppDownloadLink: 'https://mattermost.com/pl/ios-app/',
|
||||
MobileExternalBrowser: false,
|
||||
},
|
||||
CacheSettings: {
|
||||
CacheType: 'lru',
|
||||
RedisAddress: '',
|
||||
RedisPassword: '',
|
||||
RedisDB: -1,
|
||||
DisableClientCache: false,
|
||||
},
|
||||
ClusterSettings: {
|
||||
Enable: false,
|
||||
@@ -731,7 +734,7 @@ const defaultServerConfig: AdminConfig = {
|
||||
ConsumePostHook: false,
|
||||
CloudAnnualRenewals: false,
|
||||
CloudDedicatedExportUI: false,
|
||||
ChannelBookmarks: false,
|
||||
ChannelBookmarks: true,
|
||||
WebSocketEventScope: true,
|
||||
NotificationMonitoring: true,
|
||||
ExperimentalAuditSettingsSystemConsoleUI: false,
|
||||
|
||||
Ссылка в новой задаче
Block a user