Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chat@experitest:~/mattermost-docker/volumes/app/mattermost/config$ diff -u ~/mattermost-docker11262020/mattermost-docker/volumes/app/mattermost/config/config.json ./config.json
- --- /home/chat/mattermost-docker11262020/mattermost-docker/volumes/app/mattermost/config/config.json 2020-11-26 01:10:01.140357423 -0500
- +++ ./config.json 2020-11-30 19:40:09.543799115 -0500
- @@ -20,7 +20,7 @@
- "IdleTimeout": 60,
- "MaximumLoginAttempts": 10,
- "GoroutineHealthThreshold": -1,
- - "GoogleDeveloperKey": "OLD_KEY_REDACTED",
- + "GoogleDeveloperKey": "NEW_KEY_REDACTED",
- "EnableOAuthServiceProvider": false,
- "EnableIncomingWebhooks": true,
- "EnableOutgoingWebhooks": true,
- @@ -81,6 +81,7 @@
- "ImageProxyURL": "",
- "ImageProxyOptions": "",
- "EnableAPITeamDeletion": false,
- + "EnableAPIUserDeletion": false,
- "ExperimentalEnableHardenedMode": false,
- "DisableLegacyMFA": true,
- "ExperimentalStrictCSRFEnforcement": false,
- @@ -89,8 +90,12 @@
- "EnableBotAccountCreation": true,
- "EnableSVGs": true,
- "EnableLatex": false,
- + "EnableAPIChannelDeletion": false,
- "EnableLocalMode": false,
- - "LocalModeSocketLocation": "/var/tmp/mattermost_local.socket"
- + "LocalModeSocketLocation": "/var/tmp/mattermost_local.socket",
- + "EnableAWSMetering": false,
- + "ThreadAutoFollow": true,
- + "ManagedResourcePaths": ""
- },
- "TeamSettings": {
- "SiteName": "Mattermost",
- @@ -161,20 +166,14 @@
- "AdvancedLoggingConfig": ""
- },
- "ExperimentalAuditSettings": {
- - "SysLogEnabled": false,
- - "SysLogIP": "localhost",
- - "SysLogPort": 6514,
- - "SysLogTag": "",
- - "SysLogCert": "",
- - "SysLogInsecure": false,
- - "SysLogMaxQueueSize": 1000,
- "FileEnabled": false,
- "FileName": "",
- "FileMaxSizeMB": 100,
- "FileMaxAgeDays": 0,
- "FileMaxBackups": 0,
- "FileCompress": false,
- - "FileMaxQueueSize": 1000
- + "FileMaxQueueSize": 1000,
- + "AdvancedLoggingConfig": ""
- },
- "NotificationLogSettings": {
- "EnableConsole": true,
- @@ -183,7 +182,8 @@
- "EnableFile": true,
- "FileLevel": "INFO",
- "FileJson": true,
- - "FileLocation": ""
- + "FileLocation": "",
- + "AdvancedLoggingConfig": ""
- },
- "PasswordSettings": {
- "MinimumLength": 10,
- @@ -274,7 +274,12 @@
- "BannerText": "",
- "BannerColor": "#f2a93b",
- "BannerTextColor": "#333333",
- - "AllowBannerDismissal": true
- + "AllowBannerDismissal": true,
- + "AdminNoticesEnabled": true,
- + "UserNoticesEnabled": true,
- + "NoticesURL": "https://notices.mattermost.com/",
- + "NoticesFetchFrequency": 3600,
- + "NoticesSkipCache": false
- },
- "ThemeSettings": {
- "EnableThemeSelection": true,
- @@ -337,6 +342,8 @@
- "PictureAttribute": "",
- "SyncIntervalMinutes": 60,
- "SkipCertificateVerification": false,
- + "PublicCertificateFile": "",
- + "PrivateKeyFile": "",
- "QueryTimeout": 60,
- "MaxPageSize": 0,
- "LoginFieldName": "",
- @@ -423,7 +430,9 @@
- "EnableClickToReply": false,
- "LinkMetadataTimeoutMilliseconds": 5000,
- "RestrictSystemAdmin": false,
- - "UseNewSAMLLibrary": false
- + "UseNewSAMLLibrary": false,
- + "CloudUserLimit": 0,
- + "CloudBilling": false
- },
- "AnalyticsSettings": {
- "MaxUsersForStatistics": 2500
- @@ -471,6 +480,7 @@
- "DailyRunTime": "01:00",
- "ExportFromTimestamp": 0,
- "BatchSize": 10000,
- + "DownloadExportResults": false,
- "GlobalRelaySettings": {
- "CustomerType": "A9",
- "SmtpUsername": "",
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement