2015-06-14 23:53:32 -08:00
|
|
|
{
|
|
|
|
|
"ServiceSettings": {
|
2018-05-18 08:37:43 -07:00
|
|
|
"SiteURL": "",
|
2018-02-20 12:49:45 -08:00
|
|
|
"WebsocketURL": "",
|
2017-04-10 06:25:16 -07:00
|
|
|
"LicenseFileLocation": "",
|
2015-09-22 12:12:50 -07:00
|
|
|
"ListenAddress": ":8065",
|
2016-10-03 16:03:15 -04:00
|
|
|
"ConnectionSecurity": "",
|
|
|
|
|
"TLSCertFile": "",
|
|
|
|
|
"TLSKeyFile": "",
|
|
|
|
|
"UseLetsEncrypt": false,
|
|
|
|
|
"LetsEncryptCertificateCacheFile": "./config/letsencrypt.cache",
|
|
|
|
|
"Forward80To443": false,
|
2016-10-17 06:50:41 -07:00
|
|
|
"ReadTimeout": 300,
|
|
|
|
|
"WriteTimeout": 300,
|
2015-09-22 12:12:50 -07:00
|
|
|
"MaximumLoginAttempts": 10,
|
2017-05-31 06:47:27 +02:00
|
|
|
"GoroutineHealthThreshold": -1,
|
2015-09-22 12:12:50 -07:00
|
|
|
"GoogleDeveloperKey": "",
|
|
|
|
|
"EnableOAuthServiceProvider": false,
|
2016-07-05 11:58:18 -04:00
|
|
|
"EnableIncomingWebhooks": true,
|
|
|
|
|
"EnableOutgoingWebhooks": true,
|
|
|
|
|
"EnableCommands": true,
|
2016-01-08 12:41:26 -06:00
|
|
|
"EnableOnlyAdminIntegrations": true,
|
2016-02-02 16:19:15 -08:00
|
|
|
"EnablePostUsernameOverride": false,
|
|
|
|
|
"EnablePostIconOverride": false,
|
2018-02-23 10:55:02 -05:00
|
|
|
"EnableAPIv3": false,
|
2017-03-06 21:13:12 -05:00
|
|
|
"EnableLinkPreviews": false,
|
2015-10-09 12:24:39 -07:00
|
|
|
"EnableTesting": false,
|
2015-12-14 11:35:27 -08:00
|
|
|
"EnableDeveloper": false,
|
2016-01-05 11:13:25 -06:00
|
|
|
"EnableSecurityFixAlert": true,
|
2016-02-05 12:40:32 -05:00
|
|
|
"EnableInsecureOutgoingConnections": false,
|
2017-08-09 15:49:07 -05:00
|
|
|
"AllowedUntrustedInternalConnections": "",
|
2016-03-30 12:49:29 -04:00
|
|
|
"EnableMultifactorAuthentication": false,
|
2016-12-12 08:16:10 -05:00
|
|
|
"EnforceMultifactorAuthentication": false,
|
2017-07-31 12:59:32 -04:00
|
|
|
"EnableUserAccessTokens": false,
|
2016-03-01 13:00:54 -03:00
|
|
|
"AllowCorsFrom": "",
|
2018-02-20 12:49:45 -08:00
|
|
|
"AllowCookiesForSubdomains": false,
|
2016-01-08 12:41:26 -06:00
|
|
|
"SessionLengthWebInDays": 30,
|
|
|
|
|
"SessionLengthMobileInDays": 30,
|
|
|
|
|
"SessionLengthSSOInDays": 30,
|
2016-03-14 08:50:46 -04:00
|
|
|
"SessionCacheInMinutes": 10,
|
2017-10-16 18:17:12 -04:00
|
|
|
"SessionIdleTimeoutInMinutes": 0,
|
2016-03-14 08:50:46 -04:00
|
|
|
"WebsocketSecurePort": 443,
|
2016-03-16 23:00:33 -04:00
|
|
|
"WebsocketPort": 80,
|
2016-07-06 12:04:22 -04:00
|
|
|
"WebserverMode": "gzip",
|
2016-07-05 11:58:18 -04:00
|
|
|
"EnableCustomEmoji": false,
|
2017-07-08 07:25:57 +08:00
|
|
|
"EnableEmojiPicker": true,
|
2018-06-27 13:35:15 -06:00
|
|
|
"EnableGifPicker": true,
|
|
|
|
|
"GfycatApiKey": "",
|
|
|
|
|
"GfycatApiSecret": "",
|
2017-01-18 18:38:31 +05:30
|
|
|
"RestrictCustomEmojiCreation": "all",
|
|
|
|
|
"RestrictPostDelete": "all",
|
|
|
|
|
"AllowEditPost": "always",
|
2018-02-09 16:31:01 +01:00
|
|
|
"PostEditTimeLimit": -1,
|
2017-11-28 11:46:48 -08:00
|
|
|
"ExperimentalEnableAuthenticationTransfer": true,
|
2017-01-30 15:43:34 -05:00
|
|
|
"TimeBetweenUserTypingUpdatesMilliseconds": 5000,
|
2017-04-17 07:54:26 -07:00
|
|
|
"EnablePostSearch": true,
|
2017-02-10 07:04:14 -08:00
|
|
|
"EnableUserTypingMessages": true,
|
2017-07-03 09:01:14 -04:00
|
|
|
"EnableChannelViewedMessages": true,
|
2017-07-28 13:52:31 -04:00
|
|
|
"EnableUserStatuses": true,
|
2017-11-21 07:45:41 -08:00
|
|
|
"ClusterLogTimeoutMilliseconds": 2000,
|
2017-11-24 05:48:49 -05:00
|
|
|
"EnablePreviewFeatures": true,
|
2017-12-08 11:15:48 -08:00
|
|
|
"CloseUnusedDirectMessages": false,
|
2018-01-10 14:04:04 -08:00
|
|
|
"EnableTutorial": true,
|
2018-01-22 15:32:50 -06:00
|
|
|
"ExperimentalEnableDefaultChannelLeaveJoinMessages": true,
|
2018-02-06 18:45:14 -05:00
|
|
|
"ExperimentalGroupUnreadChannels": "disabled",
|
2018-01-22 15:32:50 -06:00
|
|
|
"ImageProxyType": "",
|
2018-02-02 15:35:05 -06:00
|
|
|
"ImageProxyOptions": "",
|
2018-05-18 09:13:23 -04:00
|
|
|
"ImageProxyURL": "",
|
2018-06-04 09:48:26 -07:00
|
|
|
"EnableAPITeamDeletion": false,
|
2018-06-18 12:39:22 -04:00
|
|
|
"ExperimentalEnableHardenedMode": false,
|
|
|
|
|
"ExperimentalLimitClientConfig": false
|
2015-09-21 19:01:52 -07:00
|
|
|
},
|
|
|
|
|
"TeamSettings": {
|
2015-09-22 01:15:41 -07:00
|
|
|
"SiteName": "Mattermost",
|
|
|
|
|
"MaxUsersPerTeam": 50,
|
|
|
|
|
"EnableTeamCreation": true,
|
|
|
|
|
"EnableUserCreation": true,
|
2016-04-21 22:37:01 -07:00
|
|
|
"EnableOpenServer": false,
|
2018-05-28 16:20:08 +02:00
|
|
|
"EnableUserDeactivation": false,
|
2015-10-20 17:30:24 -07:00
|
|
|
"RestrictCreationToDomains": "",
|
2016-04-11 13:45:03 -04:00
|
|
|
"EnableCustomBrand": false,
|
2016-05-04 06:31:42 -07:00
|
|
|
"CustomBrandText": "",
|
2016-08-02 08:34:34 -04:00
|
|
|
"CustomDescriptionText": "",
|
2016-06-29 14:16:17 -04:00
|
|
|
"RestrictDirectMessage": "any",
|
2016-07-06 08:23:24 -04:00
|
|
|
"RestrictTeamInvite": "all",
|
|
|
|
|
"RestrictPublicChannelManagement": "all",
|
2016-07-18 11:10:03 -04:00
|
|
|
"RestrictPrivateChannelManagement": "all",
|
2017-04-04 11:54:52 -04:00
|
|
|
"RestrictPublicChannelCreation": "all",
|
|
|
|
|
"RestrictPrivateChannelCreation": "all",
|
2016-12-21 19:18:41 +00:00
|
|
|
"RestrictPublicChannelDeletion": "all",
|
|
|
|
|
"RestrictPrivateChannelDeletion": "all",
|
2017-04-03 18:13:28 +01:00
|
|
|
"RestrictPrivateChannelManageMembers": "all",
|
2017-09-01 13:21:09 -05:00
|
|
|
"EnableXToLeaveChannelsFromLHS": false,
|
2016-10-21 20:36:13 +08:00
|
|
|
"UserStatusAwayTimeout": 300,
|
2016-11-24 05:26:45 -08:00
|
|
|
"MaxChannelsPerTeam": 2000,
|
2017-07-05 06:27:44 +08:00
|
|
|
"MaxNotificationsPerChannel": 1000,
|
2017-09-20 17:38:27 +02:00
|
|
|
"EnableConfirmNotificationsToChannel": true,
|
2017-09-01 08:53:55 -05:00
|
|
|
"TeammateNameDisplay": "username",
|
2018-04-12 12:02:36 -07:00
|
|
|
"ExperimentalEnableAutomaticReplies": false,
|
2018-05-25 04:41:30 +08:00
|
|
|
"ExperimentalHideTownSquareinLHS": false,
|
2017-12-19 10:12:25 -08:00
|
|
|
"ExperimentalTownSquareIsReadOnly": false,
|
2018-01-05 05:43:55 -08:00
|
|
|
"ExperimentalPrimaryTeam": ""
|
2015-06-14 23:53:32 -08:00
|
|
|
},
|
2018-03-29 07:04:17 -07:00
|
|
|
"DisplaySettings": {
|
2018-05-30 10:48:04 -04:00
|
|
|
"CustomUrlSchemes": [],
|
2018-03-29 07:04:17 -07:00
|
|
|
"ExperimentalTimezone": false
|
|
|
|
|
},
|
2017-08-28 09:22:54 -07:00
|
|
|
"ClientRequirements": {
|
|
|
|
|
"AndroidLatestVersion": "",
|
|
|
|
|
"AndroidMinVersion": "",
|
|
|
|
|
"DesktopLatestVersion": "",
|
|
|
|
|
"DesktopMinVersion": "",
|
|
|
|
|
"IosLatestVersion": "",
|
|
|
|
|
"IosMinVersion": ""
|
|
|
|
|
},
|
2015-06-14 23:53:32 -08:00
|
|
|
"SqlSettings": {
|
|
|
|
|
"DriverName": "mysql",
|
2017-04-24 07:57:51 -04:00
|
|
|
"DataSource": "mmuser:mostest@tcp(dockerhost:3306)/mattermost_test?charset=utf8mb4,utf8&readTimeout=30s&writeTimeout=30s",
|
2015-09-22 00:00:19 -07:00
|
|
|
"DataSourceReplicas": [],
|
2017-05-01 05:19:58 +01:00
|
|
|
"DataSourceSearchReplicas": [],
|
2016-11-02 10:32:49 -04:00
|
|
|
"MaxIdleConns": 20,
|
2018-06-28 09:45:20 -04:00
|
|
|
"ConnMaxLifetimeMilliseconds": 3600000,
|
2016-11-02 10:32:49 -04:00
|
|
|
"MaxOpenConns": 300,
|
2015-06-14 23:53:32 -08:00
|
|
|
"Trace": false,
|
2017-05-29 15:46:35 -04:00
|
|
|
"AtRestEncryptKey": "",
|
|
|
|
|
"QueryTimeout": 30
|
2015-06-14 23:53:32 -08:00
|
|
|
},
|
2015-09-21 19:01:52 -07:00
|
|
|
"LogSettings": {
|
2016-10-17 09:52:47 -04:00
|
|
|
"EnableConsole": true,
|
2016-10-20 11:32:38 -04:00
|
|
|
"ConsoleLevel": "DEBUG",
|
2018-04-27 12:49:45 -07:00
|
|
|
"ConsoleJson": true,
|
2015-09-22 12:12:50 -07:00
|
|
|
"EnableFile": true,
|
2015-09-21 19:01:52 -07:00
|
|
|
"FileLevel": "INFO",
|
2018-04-27 12:49:45 -07:00
|
|
|
"FileJson": true,
|
2016-06-10 15:59:24 +02:00
|
|
|
"FileLocation": "",
|
2016-09-06 18:51:27 -04:00
|
|
|
"EnableWebhookDebugging": true,
|
|
|
|
|
"EnableDiagnostics": true
|
2015-09-21 19:01:52 -07:00
|
|
|
},
|
2016-07-06 18:54:54 -04:00
|
|
|
"PasswordSettings": {
|
|
|
|
|
"MinimumLength": 5,
|
|
|
|
|
"Lowercase": false,
|
|
|
|
|
"Number": false,
|
|
|
|
|
"Uppercase": false,
|
|
|
|
|
"Symbol": false
|
|
|
|
|
},
|
2015-09-23 13:47:10 -07:00
|
|
|
"FileSettings": {
|
2017-05-04 15:45:19 -04:00
|
|
|
"EnableFileAttachments": true,
|
2017-07-28 13:52:31 -04:00
|
|
|
"EnableMobileUpload": true,
|
|
|
|
|
"EnableMobileDownload": true,
|
2016-05-24 15:07:42 +02:00
|
|
|
"MaxFileSize": 52428800,
|
2015-09-21 17:34:13 -07:00
|
|
|
"DriverName": "local",
|
|
|
|
|
"Directory": "./data/",
|
2016-04-08 18:06:35 -04:00
|
|
|
"EnablePublicLink": false,
|
2017-04-24 07:57:51 -04:00
|
|
|
"PublicLinkSalt": "",
|
2015-09-21 17:34:13 -07:00
|
|
|
"InitialFont": "luximbi.ttf",
|
|
|
|
|
"AmazonS3AccessKeyId": "",
|
|
|
|
|
"AmazonS3SecretAccessKey": "",
|
|
|
|
|
"AmazonS3Bucket": "",
|
2017-11-24 09:58:13 -08:00
|
|
|
"AmazonS3Region": "",
|
2016-10-26 05:21:07 -07:00
|
|
|
"AmazonS3Endpoint": "s3.amazonaws.com",
|
2017-05-30 16:12:24 -07:00
|
|
|
"AmazonS3SSL": true,
|
2017-08-25 10:24:52 -04:00
|
|
|
"AmazonS3SignV2": false,
|
2017-09-05 15:24:21 -04:00
|
|
|
"AmazonS3SSE": false,
|
|
|
|
|
"AmazonS3Trace": false
|
2015-06-14 23:53:32 -08:00
|
|
|
},
|
|
|
|
|
"EmailSettings": {
|
2015-09-22 12:12:50 -07:00
|
|
|
"EnableSignUpWithEmail": true,
|
2016-01-13 14:58:49 -08:00
|
|
|
"EnableSignInWithEmail": true,
|
2016-05-06 08:08:11 -04:00
|
|
|
"EnableSignInWithUsername": true,
|
2017-01-17 15:01:41 +01:00
|
|
|
"SendEmailNotifications": true,
|
2017-11-24 09:57:02 -08:00
|
|
|
"UseChannelInEmailNotifications": false,
|
2015-09-21 15:11:56 -07:00
|
|
|
"RequireEmailVerification": false,
|
|
|
|
|
"FeedbackName": "",
|
2017-01-17 15:01:41 +01:00
|
|
|
"FeedbackEmail": "test@example.com",
|
2016-06-16 05:44:02 -07:00
|
|
|
"FeedbackOrganization": "",
|
2017-07-31 08:15:01 -07:00
|
|
|
"EnableSMTPAuth": false,
|
2015-06-14 23:53:32 -08:00
|
|
|
"SMTPUsername": "",
|
|
|
|
|
"SMTPPassword": "",
|
2017-01-17 15:01:41 +01:00
|
|
|
"SMTPServer": "dockerhost",
|
|
|
|
|
"SMTPPort": "2500",
|
2015-09-21 15:11:56 -07:00
|
|
|
"ConnectionSecurity": "",
|
2017-04-24 07:57:51 -04:00
|
|
|
"InviteSalt": "",
|
2015-12-08 14:06:52 -08:00
|
|
|
"SendPushNotifications": false,
|
2016-03-18 12:46:57 -04:00
|
|
|
"PushNotificationServer": "",
|
2016-08-16 14:41:47 -04:00
|
|
|
"PushNotificationContents": "generic",
|
|
|
|
|
"EnableEmailBatching": false,
|
|
|
|
|
"EmailBatchingBufferSize": 256,
|
2017-03-27 12:43:27 +01:00
|
|
|
"EmailBatchingInterval": 30,
|
2018-05-23 02:10:27 +08:00
|
|
|
"EnablePreviewModeBanner": true,
|
2017-08-05 19:52:35 -04:00
|
|
|
"SkipServerCertificateVerification": false,
|
2018-01-02 13:36:31 -08:00
|
|
|
"EmailNotificationContentsType": "full",
|
|
|
|
|
"LoginButtonColor": "",
|
|
|
|
|
"LoginButtonBorderColor": "",
|
|
|
|
|
"LoginButtonTextColor": ""
|
2015-06-14 23:53:32 -08:00
|
|
|
},
|
2015-07-29 01:26:10 -08:00
|
|
|
"RateLimitSettings": {
|
2016-10-17 09:52:47 -04:00
|
|
|
"Enable": false,
|
2015-07-29 01:26:10 -08:00
|
|
|
"PerSec": 10,
|
2016-10-17 09:52:47 -04:00
|
|
|
"MaxBurst": 100,
|
2015-07-29 01:26:10 -08:00
|
|
|
"MemoryStoreSize": 10000,
|
|
|
|
|
"VaryByRemoteAddr": true,
|
2018-01-31 09:49:15 -08:00
|
|
|
"VaryByUser": false,
|
2015-07-29 01:26:10 -08:00
|
|
|
"VaryByHeader": ""
|
|
|
|
|
},
|
2015-06-14 23:53:32 -08:00
|
|
|
"PrivacySettings": {
|
|
|
|
|
"ShowEmailAddress": true,
|
2015-10-09 12:24:39 -07:00
|
|
|
"ShowFullName": true
|
2015-06-14 23:53:32 -08:00
|
|
|
},
|
2015-12-01 11:04:24 -08:00
|
|
|
"SupportSettings": {
|
2016-05-04 10:08:17 -04:00
|
|
|
"TermsOfServiceLink": "https://about.mattermost.com/default-terms/",
|
|
|
|
|
"PrivacyPolicyLink": "https://about.mattermost.com/default-privacy-policy/",
|
|
|
|
|
"AboutLink": "https://about.mattermost.com/default-about/",
|
|
|
|
|
"HelpLink": "https://about.mattermost.com/default-help/",
|
2016-05-31 13:10:33 -07:00
|
|
|
"ReportAProblemLink": "https://about.mattermost.com/default-report-a-problem/",
|
2015-11-24 11:21:11 -08:00
|
|
|
"SupportEmail": "feedback@mattermost.com"
|
|
|
|
|
},
|
2017-06-05 12:49:38 -04:00
|
|
|
"AnnouncementSettings": {
|
|
|
|
|
"EnableBanner": false,
|
|
|
|
|
"BannerText": "",
|
|
|
|
|
"BannerColor": "#f2a93b",
|
|
|
|
|
"BannerTextColor": "#333333",
|
|
|
|
|
"AllowBannerDismissal": true
|
|
|
|
|
},
|
2017-09-05 19:28:46 -05:00
|
|
|
"ThemeSettings": {
|
|
|
|
|
"EnableThemeSelection": true,
|
|
|
|
|
"DefaultTheme": "default",
|
|
|
|
|
"AllowCustomThemes": true,
|
|
|
|
|
"AllowedThemes": []
|
|
|
|
|
},
|
2018-03-22 06:53:43 -07:00
|
|
|
"TimezoneSettings": {
|
|
|
|
|
"SupportedTimezonesPath": "timezones.json"
|
|
|
|
|
},
|
2015-09-22 00:00:19 -07:00
|
|
|
"GitLabSettings": {
|
2015-09-22 12:12:50 -07:00
|
|
|
"Enable": false,
|
2015-09-21 20:38:31 -07:00
|
|
|
"Secret": "",
|
|
|
|
|
"Id": "",
|
|
|
|
|
"Scope": "",
|
|
|
|
|
"AuthEndpoint": "",
|
|
|
|
|
"TokenEndpoint": "",
|
|
|
|
|
"UserApiEndpoint": ""
|
2016-03-14 08:50:46 -04:00
|
|
|
},
|
|
|
|
|
"GoogleSettings": {
|
|
|
|
|
"Enable": false,
|
|
|
|
|
"Secret": "",
|
|
|
|
|
"Id": "",
|
2016-07-29 14:58:37 -04:00
|
|
|
"Scope": "profile email",
|
|
|
|
|
"AuthEndpoint": "https://accounts.google.com/o/oauth2/v2/auth",
|
|
|
|
|
"TokenEndpoint": "https://www.googleapis.com/oauth2/v4/token",
|
|
|
|
|
"UserApiEndpoint": "https://www.googleapis.com/plus/v1/people/me"
|
|
|
|
|
},
|
|
|
|
|
"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",
|
|
|
|
|
"UserApiEndpoint": "https://graph.microsoft.com/v1.0/me"
|
2016-03-14 08:50:46 -04:00
|
|
|
},
|
|
|
|
|
"LdapSettings": {
|
|
|
|
|
"Enable": false,
|
2017-10-31 08:37:34 -07:00
|
|
|
"EnableSync": false,
|
2016-03-14 16:07:58 -07:00
|
|
|
"LdapServer": "",
|
2016-03-14 08:50:46 -04:00
|
|
|
"LdapPort": 389,
|
2016-04-07 10:38:36 -04:00
|
|
|
"ConnectionSecurity": "",
|
2016-03-14 16:07:58 -07:00
|
|
|
"BaseDN": "",
|
|
|
|
|
"BindUsername": "",
|
|
|
|
|
"BindPassword": "",
|
2016-04-06 08:19:56 -04:00
|
|
|
"UserFilter": "",
|
2016-03-14 16:07:58 -07:00
|
|
|
"FirstNameAttribute": "",
|
|
|
|
|
"LastNameAttribute": "",
|
|
|
|
|
"EmailAttribute": "",
|
|
|
|
|
"UsernameAttribute": "",
|
2016-04-21 22:37:01 -07:00
|
|
|
"NicknameAttribute": "",
|
2016-03-14 16:07:58 -07:00
|
|
|
"IdAttribute": "",
|
2016-12-14 11:11:51 +00:00
|
|
|
"PositionAttribute": "",
|
2018-05-10 09:46:09 -07:00
|
|
|
"LoginIdAttribute": "",
|
2016-06-03 09:33:59 -04:00
|
|
|
"SyncIntervalMinutes": 60,
|
2016-04-07 10:38:36 -04:00
|
|
|
"SkipCertificateVerification": false,
|
2016-04-13 19:31:01 -04:00
|
|
|
"QueryTimeout": 60,
|
2016-07-06 09:57:47 -04:00
|
|
|
"MaxPageSize": 0,
|
2018-01-02 13:36:31 -08:00
|
|
|
"LoginFieldName": "",
|
|
|
|
|
"LoginButtonColor": "",
|
|
|
|
|
"LoginButtonBorderColor": "",
|
|
|
|
|
"LoginButtonTextColor": ""
|
2016-03-14 16:07:58 -07:00
|
|
|
},
|
|
|
|
|
"ComplianceSettings": {
|
2016-03-15 18:30:41 -07:00
|
|
|
"Enable": false,
|
2016-03-14 16:07:58 -07:00
|
|
|
"Directory": "./data/",
|
|
|
|
|
"EnableDaily": false
|
2016-06-02 16:47:26 -03:00
|
|
|
},
|
|
|
|
|
"LocalizationSettings": {
|
|
|
|
|
"DefaultServerLocale": "en",
|
|
|
|
|
"DefaultClientLocale": "en",
|
2016-06-15 09:10:38 -03:00
|
|
|
"AvailableLocales": ""
|
2016-07-05 15:49:00 -04:00
|
|
|
},
|
|
|
|
|
"SamlSettings": {
|
|
|
|
|
"Enable": false,
|
2017-11-02 13:16:00 -07:00
|
|
|
"EnableSyncWithLdap": false,
|
2017-05-04 11:11:28 -07:00
|
|
|
"Verify": true,
|
|
|
|
|
"Encrypt": true,
|
2016-07-05 15:49:00 -04:00
|
|
|
"IdpUrl": "",
|
|
|
|
|
"IdpDescriptorUrl": "",
|
|
|
|
|
"AssertionConsumerServiceURL": "",
|
2018-03-20 13:19:34 -05:00
|
|
|
"ScopingIDPProviderId": "",
|
|
|
|
|
"ScopingIDPName": "",
|
2016-07-05 15:49:00 -04:00
|
|
|
"IdpCertificateFile": "",
|
|
|
|
|
"PublicCertificateFile": "",
|
|
|
|
|
"PrivateKeyFile": "",
|
|
|
|
|
"FirstNameAttribute": "",
|
|
|
|
|
"LastNameAttribute": "",
|
|
|
|
|
"EmailAttribute": "",
|
|
|
|
|
"UsernameAttribute": "",
|
|
|
|
|
"NicknameAttribute": "",
|
|
|
|
|
"LocaleAttribute": "",
|
2016-12-14 11:11:51 +00:00
|
|
|
"PositionAttribute": "",
|
2018-01-02 13:36:31 -08:00
|
|
|
"LoginButtonText": "With SAML",
|
|
|
|
|
"LoginButtonColor": "",
|
|
|
|
|
"LoginButtonBorderColor": "",
|
|
|
|
|
"LoginButtonTextColor": ""
|
2016-07-22 10:53:57 -04:00
|
|
|
},
|
|
|
|
|
"NativeAppSettings": {
|
|
|
|
|
"AppDownloadLink": "https://about.mattermost.com/downloads/",
|
|
|
|
|
"AndroidAppDownloadLink": "https://about.mattermost.com/mattermost-android-app/",
|
|
|
|
|
"IosAppDownloadLink": "https://about.mattermost.com/mattermost-ios-app/"
|
2016-08-04 09:25:37 -08:00
|
|
|
},
|
|
|
|
|
"ClusterSettings": {
|
|
|
|
|
"Enable": false,
|
2017-06-19 08:44:04 -07:00
|
|
|
"ClusterName": "",
|
|
|
|
|
"OverrideHostname": "",
|
|
|
|
|
"UseIpAddress": true,
|
|
|
|
|
"UseExperimentalGossip": false,
|
|
|
|
|
"ReadOnlyConfig": true,
|
|
|
|
|
"GossipPort": 8074,
|
2018-05-23 13:17:08 -04:00
|
|
|
"StreamingPort": 8075,
|
|
|
|
|
"MaxIdleConns": 100,
|
|
|
|
|
"MaxIdleConnsPerHost": 128,
|
|
|
|
|
"IdleConnTimeoutMilliseconds": 90000
|
2016-09-15 09:35:44 -03:00
|
|
|
},
|
2016-11-22 11:05:54 -08:00
|
|
|
"MetricsSettings": {
|
|
|
|
|
"Enable": false,
|
2016-12-09 10:26:56 -05:00
|
|
|
"BlockProfileRate": 0,
|
2016-11-22 11:05:54 -08:00
|
|
|
"ListenAddress": ":8067"
|
|
|
|
|
},
|
2018-06-12 10:16:39 -07:00
|
|
|
"ExperimentalSettings": {
|
|
|
|
|
"ClientSideCertEnable": false,
|
|
|
|
|
"ClientSideCertCheck": "secondary"
|
|
|
|
|
},
|
2016-12-22 15:00:05 -05:00
|
|
|
"AnalyticsSettings": {
|
|
|
|
|
"MaxUsersForStatistics": 2500
|
|
|
|
|
},
|
2016-09-15 09:35:44 -03:00
|
|
|
"WebrtcSettings": {
|
|
|
|
|
"Enable": false,
|
|
|
|
|
"GatewayWebsocketUrl": "",
|
|
|
|
|
"GatewayAdminUrl": "",
|
|
|
|
|
"GatewayAdminSecret": "",
|
|
|
|
|
"StunURI": "",
|
|
|
|
|
"TurnURI": "",
|
|
|
|
|
"TurnUsername": "",
|
|
|
|
|
"TurnSharedKey": ""
|
2017-05-18 15:05:57 -04:00
|
|
|
},
|
2017-07-28 13:52:31 -04:00
|
|
|
"ElasticsearchSettings": {
|
|
|
|
|
"ConnectionUrl": "http://dockerhost:9200",
|
|
|
|
|
"Username": "elastic",
|
|
|
|
|
"Password": "changeme",
|
|
|
|
|
"EnableIndexing": false,
|
|
|
|
|
"EnableSearching": false,
|
2017-08-02 14:50:09 +01:00
|
|
|
"Sniff": true,
|
2017-08-04 14:48:17 +01:00
|
|
|
"PostIndexReplicas": 1,
|
2017-08-17 15:05:17 +01:00
|
|
|
"PostIndexShards": 1,
|
|
|
|
|
"AggregatePostsAfterDays": 365,
|
2017-09-22 16:44:19 +01:00
|
|
|
"PostsAggregatorJobStartTime": "03:00",
|
2017-10-18 11:43:10 +01:00
|
|
|
"IndexPrefix": "",
|
2017-10-25 13:23:01 +01:00
|
|
|
"LiveIndexingBatchSize": 1,
|
2017-10-25 19:48:29 +01:00
|
|
|
"BulkIndexingTimeWindowSeconds": 3600,
|
|
|
|
|
"RequestTimeoutSeconds": 30
|
2017-07-28 13:52:31 -04:00
|
|
|
},
|
2017-05-18 15:05:57 -04:00
|
|
|
"DataRetentionSettings": {
|
2017-09-15 17:53:48 +01:00
|
|
|
"EnableMessageDeletion": false,
|
|
|
|
|
"EnableFileDeletion": false,
|
|
|
|
|
"MessageRetentionDays": 365,
|
|
|
|
|
"FileRetentionDays": 365,
|
|
|
|
|
"DeletionJobStartTime": "02:00"
|
2017-07-07 15:21:02 +01:00
|
|
|
},
|
2017-11-30 09:07:04 -05:00
|
|
|
"MessageExportSettings": {
|
|
|
|
|
"EnableExport": false,
|
|
|
|
|
"DailyRunTime": "01:00",
|
|
|
|
|
"ExportFromTimestamp": 0,
|
|
|
|
|
"FileLocation": "export",
|
2018-03-12 17:52:17 +00:00
|
|
|
"BatchSize": 10000,
|
|
|
|
|
"GlobalRelaySettings": {
|
|
|
|
|
"CustomerType": "A9",
|
|
|
|
|
"SmtpUsername": "",
|
|
|
|
|
"SmtpPassword": "",
|
|
|
|
|
"EmailAddress": ""
|
|
|
|
|
}
|
2017-11-30 09:07:04 -05:00
|
|
|
},
|
2017-07-07 15:21:02 +01:00
|
|
|
"JobSettings": {
|
|
|
|
|
"RunJobs": true,
|
|
|
|
|
"RunScheduler": true
|
2017-08-02 01:36:54 -07:00
|
|
|
},
|
|
|
|
|
"PluginSettings": {
|
2017-10-25 08:52:50 -04:00
|
|
|
"Enable": true,
|
|
|
|
|
"EnableUploads": false,
|
2017-10-26 13:21:35 -04:00
|
|
|
"Directory": "./plugins",
|
2017-12-05 13:25:49 -05:00
|
|
|
"ClientDirectory": "./client/plugins",
|
2017-10-26 13:21:35 -04:00
|
|
|
"Plugins": {},
|
|
|
|
|
"PluginStates": {}
|
2015-06-14 23:53:32 -08:00
|
|
|
}
|
2017-08-25 10:24:52 -04:00
|
|
|
}
|