Advertisement
swaggboi

mattermost-json-diff

Nov 30th, 2020 (edited)
1,808
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 3.89 KB | None | 0 0
  1. chat@experitest:~/mattermost-docker/volumes/app/mattermost/config$ diff -u ~/mattermost-docker11262020/mattermost-docker/volumes/app/mattermost/config/config.json ./config.json
  2. --- /home/chat/mattermost-docker11262020/mattermost-docker/volumes/app/mattermost/config/config.json    2020-11-26 01:10:01.140357423 -0500
  3. +++ ./config.json   2020-11-30 19:40:09.543799115 -0500
  4. @@ -20,7 +20,7 @@
  5.          "IdleTimeout": 60,
  6.          "MaximumLoginAttempts": 10,
  7.          "GoroutineHealthThreshold": -1,
  8. -        "GoogleDeveloperKey": "OLD_KEY_REDACTED",
  9. +        "GoogleDeveloperKey": "NEW_KEY_REDACTED",
  10.          "EnableOAuthServiceProvider": false,
  11.          "EnableIncomingWebhooks": true,
  12.          "EnableOutgoingWebhooks": true,
  13. @@ -81,6 +81,7 @@
  14.          "ImageProxyURL": "",
  15.          "ImageProxyOptions": "",
  16.          "EnableAPITeamDeletion": false,
  17. +        "EnableAPIUserDeletion": false,
  18.          "ExperimentalEnableHardenedMode": false,
  19.          "DisableLegacyMFA": true,
  20.          "ExperimentalStrictCSRFEnforcement": false,
  21. @@ -89,8 +90,12 @@
  22.          "EnableBotAccountCreation": true,
  23.          "EnableSVGs": true,
  24.          "EnableLatex": false,
  25. +        "EnableAPIChannelDeletion": false,
  26.          "EnableLocalMode": false,
  27. -        "LocalModeSocketLocation": "/var/tmp/mattermost_local.socket"
  28. +        "LocalModeSocketLocation": "/var/tmp/mattermost_local.socket",
  29. +        "EnableAWSMetering": false,
  30. +        "ThreadAutoFollow": true,
  31. +        "ManagedResourcePaths": ""
  32.      },
  33.      "TeamSettings": {
  34.          "SiteName": "Mattermost",
  35. @@ -161,20 +166,14 @@
  36.          "AdvancedLoggingConfig": ""
  37.      },
  38.      "ExperimentalAuditSettings": {
  39. -        "SysLogEnabled": false,
  40. -        "SysLogIP": "localhost",
  41. -        "SysLogPort": 6514,
  42. -        "SysLogTag": "",
  43. -        "SysLogCert": "",
  44. -        "SysLogInsecure": false,
  45. -        "SysLogMaxQueueSize": 1000,
  46.          "FileEnabled": false,
  47.          "FileName": "",
  48.          "FileMaxSizeMB": 100,
  49.          "FileMaxAgeDays": 0,
  50.          "FileMaxBackups": 0,
  51.          "FileCompress": false,
  52. -        "FileMaxQueueSize": 1000
  53. +        "FileMaxQueueSize": 1000,
  54. +        "AdvancedLoggingConfig": ""
  55.      },
  56.      "NotificationLogSettings": {
  57.          "EnableConsole": true,
  58. @@ -183,7 +182,8 @@
  59.          "EnableFile": true,
  60.          "FileLevel": "INFO",
  61.          "FileJson": true,
  62. -        "FileLocation": ""
  63. +        "FileLocation": "",
  64. +        "AdvancedLoggingConfig": ""
  65.      },
  66.      "PasswordSettings": {
  67.          "MinimumLength": 10,
  68. @@ -274,7 +274,12 @@
  69.          "BannerText": "",
  70.          "BannerColor": "#f2a93b",
  71.          "BannerTextColor": "#333333",
  72. -        "AllowBannerDismissal": true
  73. +        "AllowBannerDismissal": true,
  74. +        "AdminNoticesEnabled": true,
  75. +        "UserNoticesEnabled": true,
  76. +        "NoticesURL": "https://notices.mattermost.com/",
  77. +        "NoticesFetchFrequency": 3600,
  78. +        "NoticesSkipCache": false
  79.      },
  80.      "ThemeSettings": {
  81.          "EnableThemeSelection": true,
  82. @@ -337,6 +342,8 @@
  83.          "PictureAttribute": "",
  84.          "SyncIntervalMinutes": 60,
  85.          "SkipCertificateVerification": false,
  86. +        "PublicCertificateFile": "",
  87. +        "PrivateKeyFile": "",
  88.          "QueryTimeout": 60,
  89.          "MaxPageSize": 0,
  90.          "LoginFieldName": "",
  91. @@ -423,7 +430,9 @@
  92.          "EnableClickToReply": false,
  93.          "LinkMetadataTimeoutMilliseconds": 5000,
  94.          "RestrictSystemAdmin": false,
  95. -        "UseNewSAMLLibrary": false
  96. +        "UseNewSAMLLibrary": false,
  97. +        "CloudUserLimit": 0,
  98. +        "CloudBilling": false
  99.      },
  100.      "AnalyticsSettings": {
  101.          "MaxUsersForStatistics": 2500
  102. @@ -471,6 +480,7 @@
  103.          "DailyRunTime": "01:00",
  104.          "ExportFromTimestamp": 0,
  105.          "BatchSize": 10000,
  106. +        "DownloadExportResults": false,
  107.          "GlobalRelaySettings": {
  108.              "CustomerType": "A9",
  109.              "SmtpUsername": "",
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement