Этот коммит содержится в:
Saturnino Abril
2025-01-24 05:25:13 +08:00
коммит произвёл GitHub
родитель 481c18c7cc
Коммит 5c9030ffc9
6 изменённых файлов: 456 добавлений и 449 удалений

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

@@ -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.3 server
// Based on v10.5 server
const defaultServerConfig: AdminConfig = {
ServiceSettings: {
SiteURL: '',
@@ -655,6 +655,8 @@ const defaultServerConfig: AdminConfig = {
ExportFromTimestamp: 0,
BatchSize: 10000,
DownloadExportResults: false,
ChannelBatchSize: 100,
ChannelHistoryBatchSize: 10,
GlobalRelaySettings: {
CustomerType: 'A9',
SMTPUsername: '',
@@ -747,6 +749,7 @@ const defaultServerConfig: AdminConfig = {
NotificationMonitoring: true,
ExperimentalAuditSettingsSystemConsoleUI: false,
ExperimentalCrossTeamSearch: false,
CustomProfileAttributes: false,
},
ImportSettings: {
Directory: './import',