]> Nutra Git (v1) - nutratech/vps-root.git/commitdiff
update config
authornutra-bot <nutradigest@gmail.com>
Tue, 26 Jul 2022 19:05:17 +0000 (19:05 +0000)
committernutra-bot <nutradigest@gmail.com>
Tue, 26 Jul 2022 19:05:17 +0000 (19:05 +0000)
opt/mattermost/config/config.json

index 819cc49e264dbd50a07dacd41f034d85bbd4e05f..c3a20618a5314d24df9b4301d8eaa1c23d4788bb 100644 (file)
@@ -26,7 +26,7 @@
         "EnableCommands": true,
         "EnablePostUsernameOverride": false,
         "EnablePostIconOverride": false,
-        "GoogleDeveloperKey": "",
+        "GoogleDeveloperKey": "AIzaSyC_Q9xL_O0-ffiU-YzKceZ9kopmdslcyzg",
         "EnableLinkPreviews": true,
         "EnablePermalinkPreviews": true,
         "RestrictLinkPreviews": "",
         "AllowCookiesForSubdomains": false,
         "ExtendSessionLengthWithActivity": true,
         "SessionLengthWebInDays": 30,
-        "SessionLengthWebInHours": 720,
+        "SessionLengthWebInHours": 1440,
         "SessionLengthMobileInDays": 30,
-        "SessionLengthMobileInHours": 720,
+        "SessionLengthMobileInHours": 1440,
         "SessionLengthSSOInDays": 30,
-        "SessionLengthSSOInHours": 720,
+        "SessionLengthSSOInHours": 1440,
         "SessionCacheInMinutes": 10,
         "SessionIdleTimeoutInMinutes": 43200,
         "WebsocketSecurePort": 443,
         "EnableAPIUserDeletion": false,
         "ExperimentalEnableHardenedMode": false,
         "ExperimentalStrictCSRFEnforcement": false,
-        "EnableEmailInvitations": false,
+        "EnableEmailInvitations": true,
         "DisableBotsWhenOwnerIsDeactivated": true,
         "EnableBotAccountCreation": false,
         "EnableSVGs": false,
         "EnableLatex": false,
-        "EnableInlineLatex": true,
+        "EnableInlineLatex": false,
         "EnableAPIChannelDeletion": false,
         "EnableLocalMode": false,
         "LocalModeSocketLocation": "/var/tmp/mattermost_local.socket",
         "RestrictDirectMessage": "any",
         "UserStatusAwayTimeout": 300,
         "MaxChannelsPerTeam": 2000,
-        "MaxNotificationsPerChannel": 1000,
+        "MaxNotificationsPerChannel": 100,
         "EnableConfirmNotificationsToChannel": true,
         "TeammateNameDisplay": "username",
         "ExperimentalViewArchivedChannels": true,
         "EnableFileAttachments": true,
         "EnableMobileUpload": true,
         "EnableMobileDownload": true,
-        "MaxFileSize": 104857600,
+        "MaxFileSize": 1048576,
         "MaxImageResolution": 33177600,
         "MaxImageDecoderConcurrency": -1,
         "DriverName": "local",
         "Directory": "./data/",
         "EnablePublicLink": false,
-        "ExtractContent": true,
+        "ExtractContent": false,
         "ArchiveRecursion": false,
         "PublicLinkSalt": "odx3o8du3nknt74sjiuf8z1784bq5bgu",
         "InitialFont": "nunito-bold.ttf",
         "AmazonS3PathPrefix": "",
         "AmazonS3Region": "",
         "AmazonS3Endpoint": "s3.amazonaws.com",
-        "AmazonS3SSL": true,
+        "AmazonS3SSL": false,
         "AmazonS3SignV2": false,
         "AmazonS3SSE": false,
         "AmazonS3Trace": false
         "EnableSignUpWithEmail": true,
         "EnableSignInWithEmail": true,
         "EnableSignInWithUsername": true,
-        "SendEmailNotifications": false,
+        "SendEmailNotifications": true,
         "UseChannelInEmailNotifications": false,
         "RequireEmailVerification": false,
-        "FeedbackName": "",
-        "FeedbackEmail": "",
+        "FeedbackName": "Mattermost Notification",
+        "FeedbackEmail": "noreply@dev.nutra.tk",
         "ReplyToAddress": "",
         "FeedbackOrganization": "",
-        "EnableSMTPAuth": true,
-        "SMTPUsername": "energyprogchess@gmail.com",
-        "SMTPPassword": "Kth@#57111317",
-        "SMTPServer": "smtp.gmail.com",
-        "SMTPPort": "587",
+        "EnableSMTPAuth": false,
+        "SMTPUsername": "",
+        "SMTPPassword": "",
+        "SMTPServer": "localhost",
+        "SMTPPort": "25",
         "SMTPServerTimeout": 10,
-        "ConnectionSecurity": "STARTTLS",
+        "ConnectionSecurity": "",
         "SendPushNotifications": true,
-        "PushNotificationServer": "https://push-test.mattermost.com",
+        "PushNotificationServer": "127.0.0.1:8066",
         "PushNotificationContents": "full",
         "PushNotificationBuffer": 1000,
         "EnableEmailBatching": false,
         "EmailBatchingBufferSize": 256,
         "EmailBatchingInterval": 30,
-        "EnablePreviewModeBanner": true,
-        "SkipServerCertificateVerification": false,
+        "EnablePreviewModeBanner": false,
+        "SkipServerCertificateVerification": true,
         "EmailNotificationContentsType": "full",
         "LoginButtonColor": "#0000",
         "LoginButtonBorderColor": "#2389D7",
         "AboutLink": "https://docs.mattermost.com/about/product.html/",
         "HelpLink": "https://mattermost.com/default-help/",
         "ReportAProblemLink": "https://mattermost.com/default-report-a-problem/",
-        "SupportEmail": "",
+        "SupportEmail": "noreply@dev.nutra.tk",
         "CustomTermsOfServiceEnabled": false,
         "CustomTermsOfServiceReAcceptancePeriod": 365,
         "EnableAskCommunityLink": true
         "ChimeraOAuthProxyURL": ""
     },
     "DisplaySettings": {
-        "CustomURLSchemes": [],
+        "CustomURLSchemes": [
+            "git"
+        ],
         "ExperimentalTimezone": true
     },
     "GuestAccountsSettings": {
         "Directory": "./export",
         "RetentionDays": 30
     }
-}
\ No newline at end of file
+}