2021-01-11 23:46:48 +01:00
|
|
|
{
|
|
|
|
"ServiceSettings": {
|
|
|
|
"SiteURL": "__URL__",
|
|
|
|
"WebsocketURL": "",
|
|
|
|
"LicenseFileLocation": "",
|
2021-03-17 20:59:57 +01:00
|
|
|
"ListenAddress": "127.0.0.1:__PORT__",
|
2021-01-11 23:46:48 +01:00
|
|
|
"ConnectionSecurity": "",
|
|
|
|
"TLSCertFile": "",
|
|
|
|
"TLSKeyFile": "",
|
|
|
|
"TLSMinVer": "1.2",
|
|
|
|
"TLSStrictTransport": false,
|
|
|
|
"TLSStrictTransportMaxAge": 63072000,
|
|
|
|
"TLSOverwriteCiphers": [],
|
|
|
|
"UseLetsEncrypt": false,
|
|
|
|
"LetsEncryptCertificateCacheFile": "./config/letsencrypt.cache",
|
|
|
|
"Forward80To443": false,
|
|
|
|
"TrustedProxyIPHeader": [],
|
|
|
|
"ReadTimeout": 300,
|
|
|
|
"WriteTimeout": 300,
|
|
|
|
"IdleTimeout": 60,
|
|
|
|
"MaximumLoginAttempts": 10,
|
|
|
|
"GoroutineHealthThreshold": -1,
|
|
|
|
"EnableOAuthServiceProvider": false,
|
|
|
|
"EnableIncomingWebhooks": true,
|
|
|
|
"EnableOutgoingWebhooks": true,
|
|
|
|
"EnableCommands": true,
|
|
|
|
"EnablePostUsernameOverride": false,
|
|
|
|
"EnablePostIconOverride": false,
|
2021-06-23 10:32:28 +02:00
|
|
|
"GoogleDeveloperKey": "",
|
2021-01-11 23:46:48 +01:00
|
|
|
"EnableLinkPreviews": true,
|
2021-10-13 09:40:10 +02:00
|
|
|
"EnablePermalinkPreviews": true,
|
2021-04-25 17:55:27 +02:00
|
|
|
"RestrictLinkPreviews": "",
|
2021-01-11 23:46:48 +01:00
|
|
|
"EnableTesting": false,
|
|
|
|
"EnableDeveloper": false,
|
2021-12-21 09:18:28 +01:00
|
|
|
"DeveloperFlags": "",
|
2022-03-17 08:16:26 +01:00
|
|
|
"EnableClientPerformanceDebugging": false,
|
2021-01-11 23:46:48 +01:00
|
|
|
"EnableOpenTracing": false,
|
|
|
|
"EnableSecurityFixAlert": true,
|
|
|
|
"EnableInsecureOutgoingConnections": false,
|
2021-12-26 09:42:01 +01:00
|
|
|
"AllowedUntrustedInternalConnections": "api.integrations.mattermost.com",
|
2021-01-11 23:46:48 +01:00
|
|
|
"EnableMultifactorAuthentication": false,
|
|
|
|
"EnforceMultifactorAuthentication": false,
|
|
|
|
"EnableUserAccessTokens": false,
|
|
|
|
"AllowCorsFrom": "",
|
|
|
|
"CorsExposedHeaders": "",
|
|
|
|
"CorsAllowCredentials": false,
|
|
|
|
"CorsDebug": false,
|
|
|
|
"AllowCookiesForSubdomains": false,
|
|
|
|
"ExtendSessionLengthWithActivity": true,
|
|
|
|
"SessionLengthWebInDays": 30,
|
2022-06-15 10:39:19 +02:00
|
|
|
"SessionLengthWebInHours": 720,
|
2021-01-11 23:46:48 +01:00
|
|
|
"SessionLengthMobileInDays": 30,
|
2022-06-15 10:39:19 +02:00
|
|
|
"SessionLengthMobileInHours": 720,
|
2021-01-11 23:46:48 +01:00
|
|
|
"SessionLengthSSOInDays": 30,
|
2022-06-15 10:39:19 +02:00
|
|
|
"SessionLengthSSOInHours": 720,
|
2021-01-11 23:46:48 +01:00
|
|
|
"SessionCacheInMinutes": 10,
|
|
|
|
"SessionIdleTimeoutInMinutes": 43200,
|
|
|
|
"WebsocketSecurePort": 443,
|
|
|
|
"WebsocketPort": 80,
|
|
|
|
"WebserverMode": "gzip",
|
|
|
|
"EnableGifPicker": true,
|
2021-10-13 09:40:10 +02:00
|
|
|
"GfycatAPIKey": "2_KtH_W5",
|
|
|
|
"GfycatAPISecret": "3wLVZPiswc3DnaiaFoLkDvB4X0IV6CpMkj4tf2inJRsBY6-FnkT08zGmppWFgeof",
|
2021-06-23 10:32:28 +02:00
|
|
|
"EnableCustomEmoji": true,
|
|
|
|
"EnableEmojiPicker": true,
|
2021-01-11 23:46:48 +01:00
|
|
|
"PostEditTimeLimit": -1,
|
|
|
|
"TimeBetweenUserTypingUpdatesMilliseconds": 5000,
|
|
|
|
"EnablePostSearch": true,
|
2021-04-25 17:55:27 +02:00
|
|
|
"EnableFileSearch": true,
|
2021-01-11 23:46:48 +01:00
|
|
|
"MinimumHashtagLength": 3,
|
|
|
|
"EnableUserTypingMessages": true,
|
|
|
|
"EnableChannelViewedMessages": true,
|
|
|
|
"EnableUserStatuses": true,
|
|
|
|
"ExperimentalEnableAuthenticationTransfer": true,
|
|
|
|
"ClusterLogTimeoutMilliseconds": 2000,
|
|
|
|
"EnablePreviewFeatures": true,
|
|
|
|
"EnableTutorial": true,
|
2021-10-13 09:40:10 +02:00
|
|
|
"EnableOnboardingFlow": true,
|
2021-01-11 23:46:48 +01:00
|
|
|
"ExperimentalEnableDefaultChannelLeaveJoinMessages": true,
|
|
|
|
"ExperimentalGroupUnreadChannels": "disabled",
|
|
|
|
"EnableAPITeamDeletion": false,
|
|
|
|
"EnableAPIUserDeletion": false,
|
|
|
|
"ExperimentalEnableHardenedMode": false,
|
|
|
|
"ExperimentalStrictCSRFEnforcement": false,
|
|
|
|
"EnableEmailInvitations": false,
|
|
|
|
"DisableBotsWhenOwnerIsDeactivated": true,
|
|
|
|
"EnableBotAccountCreation": false,
|
|
|
|
"EnableSVGs": false,
|
|
|
|
"EnableLatex": false,
|
2021-12-03 23:25:41 +01:00
|
|
|
"EnableInlineLatex": true,
|
2021-01-11 23:46:48 +01:00
|
|
|
"EnableAPIChannelDeletion": false,
|
2021-10-30 14:32:53 +02:00
|
|
|
"EnableLocalMode": true,
|
2022-06-25 11:03:29 +02:00
|
|
|
"LocalModeSocketLocation": "/var/run/__APP__/mattermost_local.socket",
|
2021-01-11 23:46:48 +01:00
|
|
|
"EnableAWSMetering": false,
|
|
|
|
"SplitKey": "",
|
|
|
|
"FeatureFlagSyncIntervalSeconds": 30,
|
|
|
|
"DebugSplit": false,
|
|
|
|
"ThreadAutoFollow": true,
|
2021-01-15 19:05:34 +01:00
|
|
|
"CollapsedThreads": "disabled",
|
2022-03-17 08:16:26 +01:00
|
|
|
"ManagedResourcePaths": "",
|
|
|
|
"EnableCustomGroups": true
|
2021-01-11 23:46:48 +01:00
|
|
|
},
|
|
|
|
"TeamSettings": {
|
|
|
|
"SiteName": "Mattermost",
|
|
|
|
"MaxUsersPerTeam": 50,
|
|
|
|
"EnableUserCreation": true,
|
|
|
|
"EnableOpenServer": false,
|
|
|
|
"EnableUserDeactivation": false,
|
|
|
|
"RestrictCreationToDomains": "",
|
2021-04-04 17:09:23 +02:00
|
|
|
"EnableCustomUserStatuses": true,
|
2021-01-11 23:46:48 +01:00
|
|
|
"EnableCustomBrand": false,
|
|
|
|
"CustomBrandText": "",
|
|
|
|
"CustomDescriptionText": "",
|
|
|
|
"RestrictDirectMessage": "any",
|
|
|
|
"UserStatusAwayTimeout": 300,
|
|
|
|
"MaxChannelsPerTeam": 2000,
|
|
|
|
"MaxNotificationsPerChannel": 1000,
|
|
|
|
"EnableConfirmNotificationsToChannel": true,
|
|
|
|
"TeammateNameDisplay": "username",
|
|
|
|
"ExperimentalViewArchivedChannels": true,
|
|
|
|
"ExperimentalEnableAutomaticReplies": false,
|
|
|
|
"LockTeammateNameDisplay": false,
|
|
|
|
"ExperimentalPrimaryTeam": "",
|
|
|
|
"ExperimentalDefaultChannels": []
|
|
|
|
},
|
|
|
|
"ClientRequirements": {
|
|
|
|
"AndroidLatestVersion": "",
|
|
|
|
"AndroidMinVersion": "",
|
|
|
|
"IosLatestVersion": "",
|
|
|
|
"IosMinVersion": ""
|
|
|
|
},
|
|
|
|
"SqlSettings": {
|
|
|
|
"DriverName": "mysql",
|
2021-03-17 20:59:57 +01:00
|
|
|
"DataSource": "__DB_USER__:__DB_PWD__@tcp(localhost:3306)/__DB_NAME__?charset=utf8mb4,utf8",
|
2021-01-11 23:46:48 +01:00
|
|
|
"DataSourceReplicas": [],
|
|
|
|
"DataSourceSearchReplicas": [],
|
|
|
|
"MaxIdleConns": 20,
|
|
|
|
"ConnMaxLifetimeMilliseconds": 3600000,
|
2021-04-04 17:09:23 +02:00
|
|
|
"ConnMaxIdleTimeMilliseconds": 300000,
|
2021-01-11 23:46:48 +01:00
|
|
|
"MaxOpenConns": 300,
|
|
|
|
"Trace": false,
|
|
|
|
"AtRestEncryptKey": "",
|
|
|
|
"QueryTimeout": 30,
|
2021-06-23 10:32:28 +02:00
|
|
|
"DisableDatabaseSearch": false,
|
2022-02-25 07:58:47 +01:00
|
|
|
"MigrationsStatementTimeoutSeconds": 100000,
|
2021-06-23 10:32:28 +02:00
|
|
|
"ReplicaLagSettings": []
|
2021-01-11 23:46:48 +01:00
|
|
|
},
|
|
|
|
"LogSettings": {
|
|
|
|
"EnableConsole": true,
|
|
|
|
"ConsoleLevel": "INFO",
|
|
|
|
"ConsoleJson": true,
|
2021-06-23 10:32:28 +02:00
|
|
|
"EnableColor": false,
|
2021-01-11 23:46:48 +01:00
|
|
|
"EnableFile": true,
|
|
|
|
"FileLevel": "INFO",
|
|
|
|
"FileJson": true,
|
|
|
|
"FileLocation": "",
|
|
|
|
"EnableWebhookDebugging": true,
|
|
|
|
"EnableDiagnostics": false,
|
|
|
|
"EnableSentry": true,
|
|
|
|
"AdvancedLoggingConfig": ""
|
|
|
|
},
|
|
|
|
"ExperimentalAuditSettings": {
|
|
|
|
"FileEnabled": false,
|
|
|
|
"FileName": "",
|
|
|
|
"FileMaxSizeMB": 100,
|
|
|
|
"FileMaxAgeDays": 0,
|
|
|
|
"FileMaxBackups": 0,
|
|
|
|
"FileCompress": false,
|
|
|
|
"FileMaxQueueSize": 1000,
|
|
|
|
"AdvancedLoggingConfig": ""
|
|
|
|
},
|
|
|
|
"NotificationLogSettings": {
|
|
|
|
"EnableConsole": false,
|
|
|
|
"ConsoleLevel": "INFO",
|
|
|
|
"ConsoleJson": true,
|
2021-06-23 10:32:28 +02:00
|
|
|
"EnableColor": false,
|
2021-01-11 23:46:48 +01:00
|
|
|
"EnableFile": true,
|
|
|
|
"FileLevel": "INFO",
|
|
|
|
"FileJson": true,
|
2022-06-25 11:03:29 +02:00
|
|
|
"FileLocation": "/var/log/__APP__",
|
2021-01-11 23:46:48 +01:00
|
|
|
"AdvancedLoggingConfig": ""
|
|
|
|
},
|
|
|
|
"PasswordSettings": {
|
|
|
|
"MinimumLength": 8,
|
|
|
|
"Lowercase": false,
|
|
|
|
"Number": false,
|
|
|
|
"Uppercase": false,
|
|
|
|
"Symbol": false
|
|
|
|
},
|
|
|
|
"FileSettings": {
|
|
|
|
"EnableFileAttachments": true,
|
|
|
|
"EnableMobileUpload": true,
|
|
|
|
"EnableMobileDownload": true,
|
2021-04-04 17:09:23 +02:00
|
|
|
"MaxFileSize": 104857600,
|
2021-10-13 09:40:10 +02:00
|
|
|
"MaxImageResolution": 33177600,
|
2022-07-22 08:40:26 +02:00
|
|
|
"MaxImageDecoderConcurrency": -1,
|
2021-01-11 23:46:48 +01:00
|
|
|
"DriverName": "local",
|
2021-03-17 20:59:57 +01:00
|
|
|
"Directory": "__DATA_PATH__",
|
2021-01-11 23:46:48 +01:00
|
|
|
"EnablePublicLink": false,
|
2021-04-25 17:55:27 +02:00
|
|
|
"ExtractContent": false,
|
|
|
|
"ArchiveRecursion": false,
|
2021-01-11 23:46:48 +01:00
|
|
|
"PublicLinkSalt": "",
|
|
|
|
"InitialFont": "nunito-bold.ttf",
|
|
|
|
"AmazonS3AccessKeyId": "",
|
|
|
|
"AmazonS3SecretAccessKey": "",
|
|
|
|
"AmazonS3Bucket": "",
|
|
|
|
"AmazonS3PathPrefix": "",
|
|
|
|
"AmazonS3Region": "",
|
|
|
|
"AmazonS3Endpoint": "s3.amazonaws.com",
|
|
|
|
"AmazonS3SSL": true,
|
|
|
|
"AmazonS3SignV2": false,
|
|
|
|
"AmazonS3SSE": false,
|
2022-09-24 16:07:25 +02:00
|
|
|
"AmazonS3Trace": false,
|
|
|
|
"AmazonS3RequestTimeoutMilliseconds": 30000
|
2021-01-11 23:46:48 +01:00
|
|
|
},
|
|
|
|
"EmailSettings": {
|
|
|
|
"EnableSignUpWithEmail": true,
|
|
|
|
"EnableSignInWithEmail": true,
|
|
|
|
"EnableSignInWithUsername": true,
|
|
|
|
"SendEmailNotifications": true,
|
|
|
|
"UseChannelInEmailNotifications": false,
|
|
|
|
"RequireEmailVerification": false,
|
|
|
|
"FeedbackName": "Mattermost notification",
|
2021-03-17 20:59:57 +01:00
|
|
|
"FeedbackEmail": "no-reply@__DOMAIN__",
|
2021-01-11 23:46:48 +01:00
|
|
|
"ReplyToAddress": "",
|
|
|
|
"FeedbackOrganization": "",
|
|
|
|
"EnableSMTPAuth": false,
|
2021-01-12 00:01:16 +01:00
|
|
|
"SMTPUsername": "mattermost",
|
2021-03-17 20:59:57 +01:00
|
|
|
"SMTPPassword": "__SMTP_USER_PWD__",
|
2021-01-11 23:46:48 +01:00
|
|
|
"SMTPServer": "localhost",
|
|
|
|
"SMTPPort": "25",
|
|
|
|
"SMTPServerTimeout": 10,
|
|
|
|
"ConnectionSecurity": "",
|
|
|
|
"SendPushNotifications": true,
|
|
|
|
"PushNotificationServer": "https://push-test.mattermost.com",
|
|
|
|
"PushNotificationContents": "full",
|
|
|
|
"PushNotificationBuffer": 1000,
|
|
|
|
"EnableEmailBatching": false,
|
|
|
|
"EmailBatchingBufferSize": 256,
|
|
|
|
"EmailBatchingInterval": 30,
|
|
|
|
"EnablePreviewModeBanner": true,
|
|
|
|
"SkipServerCertificateVerification": false,
|
|
|
|
"EmailNotificationContentsType": "full",
|
|
|
|
"LoginButtonColor": "#0000",
|
|
|
|
"LoginButtonBorderColor": "#2389D7",
|
2022-05-17 11:04:24 +02:00
|
|
|
"LoginButtonTextColor": "#2389D7",
|
|
|
|
"EnableInactivityEmail": true
|
2021-01-11 23:46:48 +01:00
|
|
|
},
|
|
|
|
"RateLimitSettings": {
|
|
|
|
"Enable": false,
|
|
|
|
"PerSec": 10,
|
|
|
|
"MaxBurst": 100,
|
|
|
|
"MemoryStoreSize": 10000,
|
|
|
|
"VaryByRemoteAddr": true,
|
|
|
|
"VaryByUser": false,
|
|
|
|
"VaryByHeader": ""
|
|
|
|
},
|
|
|
|
"PrivacySettings": {
|
|
|
|
"ShowEmailAddress": true,
|
|
|
|
"ShowFullName": true
|
|
|
|
},
|
|
|
|
"SupportSettings": {
|
2022-04-16 06:58:18 +02:00
|
|
|
"TermsOfServiceLink": "https://mattermost.com/terms-of-use/",
|
2021-06-23 10:32:28 +02:00
|
|
|
"PrivacyPolicyLink": "https://mattermost.com/privacy-policy/",
|
2022-04-16 06:58:18 +02:00
|
|
|
"AboutLink": "https://docs.mattermost.com/about/product.html/",
|
|
|
|
"HelpLink": "https://mattermost.com/default-help/",
|
|
|
|
"ReportAProblemLink": "https://mattermost.com/default-report-a-problem/",
|
2021-06-23 10:32:28 +02:00
|
|
|
"SupportEmail": "",
|
2021-01-11 23:46:48 +01:00
|
|
|
"CustomTermsOfServiceEnabled": false,
|
|
|
|
"CustomTermsOfServiceReAcceptancePeriod": 365,
|
|
|
|
"EnableAskCommunityLink": true
|
|
|
|
},
|
|
|
|
"AnnouncementSettings": {
|
|
|
|
"EnableBanner": false,
|
|
|
|
"BannerText": "",
|
|
|
|
"BannerColor": "#f2a93b",
|
|
|
|
"BannerTextColor": "#333333",
|
|
|
|
"AllowBannerDismissal": true,
|
|
|
|
"AdminNoticesEnabled": true,
|
|
|
|
"UserNoticesEnabled": true,
|
|
|
|
"NoticesURL": "https://notices.mattermost.com/",
|
|
|
|
"NoticesFetchFrequency": 3600,
|
|
|
|
"NoticesSkipCache": false
|
|
|
|
},
|
|
|
|
"ThemeSettings": {
|
|
|
|
"EnableThemeSelection": true,
|
|
|
|
"DefaultTheme": "default",
|
|
|
|
"AllowCustomThemes": true,
|
|
|
|
"AllowedThemes": []
|
|
|
|
},
|
|
|
|
"GitLabSettings": {
|
|
|
|
"Enable": false,
|
|
|
|
"Secret": "",
|
|
|
|
"Id": "",
|
|
|
|
"Scope": "",
|
|
|
|
"AuthEndpoint": "",
|
|
|
|
"TokenEndpoint": "",
|
2021-10-13 09:40:10 +02:00
|
|
|
"UserAPIEndpoint": "",
|
2021-02-18 23:08:55 +01:00
|
|
|
"DiscoveryEndpoint": "",
|
|
|
|
"ButtonText": "",
|
|
|
|
"ButtonColor": ""
|
2021-01-11 23:46:48 +01:00
|
|
|
},
|
|
|
|
"GoogleSettings": {
|
|
|
|
"Enable": false,
|
|
|
|
"Secret": "",
|
|
|
|
"Id": "",
|
|
|
|
"Scope": "profile email",
|
|
|
|
"AuthEndpoint": "https://accounts.google.com/o/oauth2/v2/auth",
|
|
|
|
"TokenEndpoint": "https://www.googleapis.com/oauth2/v4/token",
|
2021-10-13 09:40:10 +02:00
|
|
|
"UserAPIEndpoint": "https://people.googleapis.com/v1/people/me?personFields=names,emailAddresses,nicknames,metadata",
|
2021-02-18 23:08:55 +01:00
|
|
|
"DiscoveryEndpoint": "",
|
|
|
|
"ButtonText": "",
|
|
|
|
"ButtonColor": ""
|
2021-01-11 23:46:48 +01:00
|
|
|
},
|
|
|
|
"Office365Settings": {
|
|
|
|
"Enable": false,
|
|
|
|
"Secret": "",
|
|
|
|
"Id": "",
|
|
|
|
"Scope": "User.Read",
|
|
|
|
"AuthEndpoint": "https://login.microsoftonline.com/common/oauth2/v2.0/authorize",
|
|
|
|
"TokenEndpoint": "https://login.microsoftonline.com/common/oauth2/v2.0/token",
|
2021-10-13 09:40:10 +02:00
|
|
|
"UserAPIEndpoint": "https://graph.microsoft.com/v1.0/me",
|
2021-02-18 23:08:55 +01:00
|
|
|
"DiscoveryEndpoint": "",
|
2021-01-11 23:46:48 +01:00
|
|
|
"DirectoryId": ""
|
|
|
|
},
|
2021-02-18 23:08:55 +01:00
|
|
|
"OpenIdSettings": {
|
|
|
|
"Enable": false,
|
|
|
|
"Secret": "",
|
|
|
|
"Id": "",
|
|
|
|
"Scope": "profile openid email",
|
|
|
|
"AuthEndpoint": "",
|
|
|
|
"TokenEndpoint": "",
|
2021-10-13 09:40:10 +02:00
|
|
|
"UserAPIEndpoint": "",
|
2021-02-18 23:08:55 +01:00
|
|
|
"DiscoveryEndpoint": "",
|
|
|
|
"ButtonText": "",
|
|
|
|
"ButtonColor": "#145DBF"
|
|
|
|
},
|
2021-01-11 23:46:48 +01:00
|
|
|
"LdapSettings": {
|
|
|
|
"Enable": false,
|
|
|
|
"EnableSync": false,
|
2021-01-12 10:33:02 +01:00
|
|
|
"LdapServer": "",
|
2021-01-11 23:46:48 +01:00
|
|
|
"LdapPort": 389,
|
|
|
|
"ConnectionSecurity": "",
|
2021-01-12 10:33:02 +01:00
|
|
|
"BaseDN": "",
|
2021-02-18 23:08:55 +01:00
|
|
|
"BindUsername": "",
|
2021-01-11 23:46:48 +01:00
|
|
|
"BindPassword": "",
|
|
|
|
"UserFilter": "",
|
2021-01-12 10:33:02 +01:00
|
|
|
"GroupFilter": "",
|
2021-01-11 23:46:48 +01:00
|
|
|
"GuestFilter": "",
|
|
|
|
"EnableAdminFilter": false,
|
|
|
|
"AdminFilter": "",
|
|
|
|
"GroupDisplayNameAttribute": "",
|
|
|
|
"GroupIdAttribute": "",
|
|
|
|
"FirstNameAttribute": "",
|
|
|
|
"LastNameAttribute": "",
|
|
|
|
"EmailAttribute": "",
|
|
|
|
"UsernameAttribute": "",
|
|
|
|
"NicknameAttribute": "",
|
|
|
|
"IdAttribute": "",
|
|
|
|
"PositionAttribute": "",
|
|
|
|
"LoginIdAttribute": "",
|
|
|
|
"PictureAttribute": "",
|
|
|
|
"SyncIntervalMinutes": 60,
|
|
|
|
"SkipCertificateVerification": false,
|
|
|
|
"PublicCertificateFile": "",
|
|
|
|
"PrivateKeyFile": "",
|
|
|
|
"QueryTimeout": 60,
|
|
|
|
"MaxPageSize": 0,
|
|
|
|
"LoginFieldName": "",
|
|
|
|
"LoginButtonColor": "#0000",
|
|
|
|
"LoginButtonBorderColor": "#2389D7",
|
|
|
|
"LoginButtonTextColor": "#2389D7",
|
|
|
|
"Trace": false
|
|
|
|
},
|
|
|
|
"ComplianceSettings": {
|
|
|
|
"Enable": false,
|
|
|
|
"Directory": "./data/",
|
2021-06-23 10:32:28 +02:00
|
|
|
"EnableDaily": false,
|
|
|
|
"BatchSize": 30000
|
2021-01-11 23:46:48 +01:00
|
|
|
},
|
|
|
|
"LocalizationSettings": {
|
|
|
|
"DefaultServerLocale": "__LANGUAGE__",
|
|
|
|
"DefaultClientLocale": "__LANGUAGE__",
|
|
|
|
"AvailableLocales": ""
|
|
|
|
},
|
|
|
|
"SamlSettings": {
|
|
|
|
"Enable": false,
|
|
|
|
"EnableSyncWithLdap": false,
|
|
|
|
"EnableSyncWithLdapIncludeAuth": false,
|
|
|
|
"IgnoreGuestsLdapSync": false,
|
|
|
|
"Verify": true,
|
|
|
|
"Encrypt": true,
|
|
|
|
"SignRequest": false,
|
2021-10-13 09:40:10 +02:00
|
|
|
"IdpURL": "",
|
|
|
|
"IdpDescriptorURL": "",
|
|
|
|
"IdpMetadataURL": "",
|
2021-01-11 23:46:48 +01:00
|
|
|
"ServiceProviderIdentifier": "",
|
|
|
|
"AssertionConsumerServiceURL": "",
|
|
|
|
"SignatureAlgorithm": "RSAwithSHA1",
|
|
|
|
"CanonicalAlgorithm": "Canonical1.0",
|
|
|
|
"ScopingIDPProviderId": "",
|
|
|
|
"ScopingIDPName": "",
|
|
|
|
"IdpCertificateFile": "",
|
|
|
|
"PublicCertificateFile": "",
|
|
|
|
"PrivateKeyFile": "",
|
|
|
|
"IdAttribute": "",
|
|
|
|
"GuestAttribute": "",
|
|
|
|
"EnableAdminAttribute": false,
|
|
|
|
"AdminAttribute": "",
|
|
|
|
"FirstNameAttribute": "",
|
|
|
|
"LastNameAttribute": "",
|
|
|
|
"EmailAttribute": "",
|
|
|
|
"UsernameAttribute": "",
|
|
|
|
"NicknameAttribute": "",
|
|
|
|
"LocaleAttribute": "",
|
|
|
|
"PositionAttribute": "",
|
|
|
|
"LoginButtonText": "SAML",
|
|
|
|
"LoginButtonColor": "#34a28b",
|
|
|
|
"LoginButtonBorderColor": "#2389D7",
|
|
|
|
"LoginButtonTextColor": "#ffffff"
|
|
|
|
},
|
|
|
|
"NativeAppSettings": {
|
2021-02-18 23:08:55 +01:00
|
|
|
"AppCustomURLSchemes": [
|
|
|
|
"mmauth://",
|
|
|
|
"mmauthbeta://"
|
|
|
|
],
|
2021-01-11 23:46:48 +01:00
|
|
|
"AppDownloadLink": "https://mattermost.com/download/#mattermostApps",
|
2022-04-16 06:58:18 +02:00
|
|
|
"AndroidAppDownloadLink": "https://mattermost.com/mattermost-android-app/",
|
|
|
|
"IosAppDownloadLink": "https://mattermost.com/mattermost-ios-app/"
|
2021-01-11 23:46:48 +01:00
|
|
|
},
|
|
|
|
"ClusterSettings": {
|
|
|
|
"Enable": false,
|
|
|
|
"ClusterName": "",
|
|
|
|
"OverrideHostname": "",
|
|
|
|
"NetworkInterface": "",
|
|
|
|
"BindAddress": "",
|
|
|
|
"AdvertiseAddress": "",
|
2021-10-13 09:40:10 +02:00
|
|
|
"UseIPAddress": true,
|
2021-04-04 17:09:23 +02:00
|
|
|
"EnableGossipCompression": true,
|
2021-01-11 23:46:48 +01:00
|
|
|
"EnableExperimentalGossipEncryption": false,
|
|
|
|
"ReadOnlyConfig": true,
|
|
|
|
"GossipPort": 8074,
|
|
|
|
"StreamingPort": 8075,
|
|
|
|
"MaxIdleConns": 100,
|
|
|
|
"MaxIdleConnsPerHost": 128,
|
|
|
|
"IdleConnTimeoutMilliseconds": 90000
|
|
|
|
},
|
|
|
|
"MetricsSettings": {
|
|
|
|
"Enable": false,
|
|
|
|
"BlockProfileRate": 0,
|
|
|
|
"ListenAddress": ":8067"
|
|
|
|
},
|
|
|
|
"ExperimentalSettings": {
|
|
|
|
"ClientSideCertEnable": false,
|
|
|
|
"ClientSideCertCheck": "secondary",
|
|
|
|
"LinkMetadataTimeoutMilliseconds": 5000,
|
|
|
|
"RestrictSystemAdmin": false,
|
|
|
|
"UseNewSAMLLibrary": false,
|
|
|
|
"CloudBilling": false,
|
2021-06-23 10:32:28 +02:00
|
|
|
"EnableSharedChannels": false,
|
2022-06-15 10:39:19 +02:00
|
|
|
"EnableRemoteClusterService": false,
|
|
|
|
"EnableAppBar": false
|
2021-01-11 23:46:48 +01:00
|
|
|
},
|
|
|
|
"AnalyticsSettings": {
|
|
|
|
"MaxUsersForStatistics": 2500
|
|
|
|
},
|
|
|
|
"ElasticsearchSettings": {
|
2021-10-13 09:40:10 +02:00
|
|
|
"ConnectionURL": "http://localhost:9200",
|
2021-01-11 23:46:48 +01:00
|
|
|
"Username": "elastic",
|
|
|
|
"Password": "changeme",
|
|
|
|
"EnableIndexing": false,
|
|
|
|
"EnableSearching": false,
|
|
|
|
"EnableAutocomplete": false,
|
|
|
|
"Sniff": true,
|
|
|
|
"PostIndexReplicas": 1,
|
|
|
|
"PostIndexShards": 1,
|
|
|
|
"ChannelIndexReplicas": 1,
|
|
|
|
"ChannelIndexShards": 1,
|
|
|
|
"UserIndexReplicas": 1,
|
|
|
|
"UserIndexShards": 1,
|
|
|
|
"AggregatePostsAfterDays": 365,
|
|
|
|
"PostsAggregatorJobStartTime": "03:00",
|
|
|
|
"IndexPrefix": "",
|
|
|
|
"LiveIndexingBatchSize": 1,
|
2022-05-17 11:04:24 +02:00
|
|
|
"BatchSize": 10000,
|
2021-01-11 23:46:48 +01:00
|
|
|
"RequestTimeoutSeconds": 30,
|
|
|
|
"SkipTLSVerification": false,
|
|
|
|
"Trace": ""
|
|
|
|
},
|
|
|
|
"BleveSettings": {
|
|
|
|
"IndexDir": "",
|
|
|
|
"EnableIndexing": false,
|
|
|
|
"EnableSearching": false,
|
|
|
|
"EnableAutocomplete": false,
|
2022-05-17 11:04:24 +02:00
|
|
|
"BatchSize": 10000
|
2021-01-11 23:46:48 +01:00
|
|
|
},
|
|
|
|
"DataRetentionSettings": {
|
|
|
|
"EnableMessageDeletion": false,
|
|
|
|
"EnableFileDeletion": false,
|
2022-02-25 07:58:47 +01:00
|
|
|
"EnableBoardsDeletion": false,
|
2021-01-11 23:46:48 +01:00
|
|
|
"MessageRetentionDays": 365,
|
|
|
|
"FileRetentionDays": 365,
|
2022-02-25 07:58:47 +01:00
|
|
|
"BoardsRetentionDays": 365,
|
2021-10-03 09:52:06 +02:00
|
|
|
"DeletionJobStartTime": "02:00",
|
|
|
|
"BatchSize": 3000
|
2021-01-11 23:46:48 +01:00
|
|
|
},
|
|
|
|
"MessageExportSettings": {
|
|
|
|
"EnableExport": false,
|
|
|
|
"ExportFormat": "actiance",
|
|
|
|
"DailyRunTime": "01:00",
|
|
|
|
"ExportFromTimestamp": 0,
|
|
|
|
"BatchSize": 10000,
|
|
|
|
"DownloadExportResults": false,
|
|
|
|
"GlobalRelaySettings": {
|
|
|
|
"CustomerType": "A9",
|
2021-10-13 09:40:10 +02:00
|
|
|
"SMTPUsername": "",
|
|
|
|
"SMTPPassword": "",
|
2021-01-11 23:46:48 +01:00
|
|
|
"EmailAddress": "",
|
|
|
|
"SMTPServerTimeout": 1800
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"JobSettings": {
|
|
|
|
"RunJobs": true,
|
2021-12-03 23:25:41 +01:00
|
|
|
"RunScheduler": true,
|
2022-05-17 11:04:24 +02:00
|
|
|
"CleanupJobsThresholdDays": -1,
|
|
|
|
"CleanupConfigThresholdDays": -1
|
2021-01-11 23:46:48 +01:00
|
|
|
},
|
|
|
|
"PluginSettings": {
|
|
|
|
"Enable": true,
|
|
|
|
"EnableUploads": false,
|
2021-10-13 09:40:10 +02:00
|
|
|
"AllowInsecureDownloadURL": false,
|
2021-01-11 23:46:48 +01:00
|
|
|
"EnableHealthCheck": true,
|
|
|
|
"Directory": "./plugins",
|
|
|
|
"ClientDirectory": "./client/plugins",
|
|
|
|
"Plugins": {},
|
|
|
|
"PluginStates": {
|
2022-04-16 06:58:18 +02:00
|
|
|
"com.mattermost.apps": {
|
|
|
|
"Enable": true
|
|
|
|
},
|
2022-06-15 10:39:19 +02:00
|
|
|
"com.mattermost.calls": {
|
|
|
|
"Enable": true
|
|
|
|
},
|
2021-01-11 23:46:48 +01:00
|
|
|
"com.mattermost.nps": {
|
|
|
|
"Enable": true
|
2021-10-13 09:40:10 +02:00
|
|
|
},
|
|
|
|
"focalboard": {
|
|
|
|
"Enable": true
|
|
|
|
},
|
|
|
|
"playbooks": {
|
|
|
|
"Enable": true
|
2021-01-11 23:46:48 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"EnableMarketplace": true,
|
|
|
|
"EnableRemoteMarketplace": true,
|
|
|
|
"AutomaticPrepackagedPlugins": true,
|
|
|
|
"RequirePluginSignature": false,
|
2021-10-13 09:40:10 +02:00
|
|
|
"MarketplaceURL": "https://api.integrations.mattermost.com",
|
2021-10-03 09:52:06 +02:00
|
|
|
"SignaturePublicKeyFiles": [],
|
2021-10-13 09:40:10 +02:00
|
|
|
"ChimeraOAuthProxyURL": ""
|
2021-01-11 23:46:48 +01:00
|
|
|
},
|
|
|
|
"DisplaySettings": {
|
2021-10-13 09:40:10 +02:00
|
|
|
"CustomURLSchemes": [],
|
2021-01-11 23:46:48 +01:00
|
|
|
"ExperimentalTimezone": true
|
|
|
|
},
|
|
|
|
"GuestAccountsSettings": {
|
|
|
|
"Enable": false,
|
|
|
|
"AllowEmailAccounts": true,
|
|
|
|
"EnforceMultifactorAuthentication": false,
|
|
|
|
"RestrictCreationToDomains": ""
|
|
|
|
},
|
|
|
|
"ImageProxySettings": {
|
|
|
|
"Enable": false,
|
|
|
|
"ImageProxyType": "local",
|
|
|
|
"RemoteImageProxyURL": "",
|
|
|
|
"RemoteImageProxyOptions": ""
|
|
|
|
},
|
|
|
|
"CloudSettings": {
|
2021-10-13 09:40:10 +02:00
|
|
|
"CWSURL": "https://customers.mattermost.com",
|
|
|
|
"CWSAPIURL": "https://portal.internal.prod.cloud.mattermost.com"
|
2021-01-11 23:46:48 +01:00
|
|
|
},
|
|
|
|
"FeatureFlags": {
|
|
|
|
"TestFeature": "off",
|
2021-01-15 19:05:34 +01:00
|
|
|
"TestBoolFeature": false,
|
2021-07-16 09:12:39 +02:00
|
|
|
"CollapsedThreads": true,
|
2021-06-23 10:32:28 +02:00
|
|
|
"EnableRemoteClusterService": false,
|
2022-04-16 06:58:18 +02:00
|
|
|
"AppsEnabled": true,
|
2021-10-13 09:40:10 +02:00
|
|
|
"PluginPlaybooks": "",
|
2021-06-23 10:32:28 +02:00
|
|
|
"PluginApps": "",
|
|
|
|
"PluginFocalboard": "",
|
2022-06-15 10:39:19 +02:00
|
|
|
"PluginCalls": "",
|
2021-10-13 09:40:10 +02:00
|
|
|
"PermalinkPreviews": true,
|
2021-12-03 23:25:41 +01:00
|
|
|
"CallsMobile": false,
|
2022-06-15 10:39:19 +02:00
|
|
|
"CallsEnabled": true,
|
2021-12-21 09:18:28 +01:00
|
|
|
"BoardsFeatureFlags": "",
|
2022-01-16 12:21:53 +01:00
|
|
|
"GuidedChannelCreation": false,
|
2022-02-25 07:58:47 +01:00
|
|
|
"InviteToTeam": "none",
|
2022-03-17 08:16:26 +01:00
|
|
|
"CustomGroups": true,
|
2022-02-25 07:58:47 +01:00
|
|
|
"BoardsDataRetention": false,
|
2022-03-17 08:16:26 +01:00
|
|
|
"NormalizeLdapDNs": false,
|
|
|
|
"EnableInactivityCheckJob": true,
|
|
|
|
"UseCaseOnboarding": true,
|
2022-05-17 11:04:24 +02:00
|
|
|
"GraphQL": false,
|
2022-07-22 08:40:26 +02:00
|
|
|
"InsightsEnabled": true,
|
2022-06-15 10:39:19 +02:00
|
|
|
"CommandPalette": false,
|
2022-08-29 18:56:30 +02:00
|
|
|
"AdvancedTextEditor": true,
|
|
|
|
"BoardsProduct": false,
|
2022-09-24 16:07:25 +02:00
|
|
|
"PlanUpgradeButtonText": "upgrade"
|
2021-02-18 23:08:55 +01:00
|
|
|
},
|
|
|
|
"ImportSettings": {
|
|
|
|
"Directory": "./import",
|
|
|
|
"RetentionDays": 30
|
2021-04-04 17:09:23 +02:00
|
|
|
},
|
|
|
|
"ExportSettings": {
|
|
|
|
"Directory": "./export",
|
|
|
|
"RetentionDays": 30
|
2021-01-11 23:46:48 +01:00
|
|
|
}
|
2021-12-03 23:25:41 +01:00
|
|
|
}
|