From: nutra-bot Date: Tue, 26 Jul 2022 19:05:17 +0000 (+0000) Subject: update config X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=fad24817d6f98fda77c8189fd1f5d2020bd069e0;p=nutratech%2Fvps-root.git update config --- diff --git a/opt/mattermost/config/config.json b/opt/mattermost/config/config.json index 819cc49..c3a2061 100644 --- a/opt/mattermost/config/config.json +++ b/opt/mattermost/config/config.json @@ -26,7 +26,7 @@ "EnableCommands": true, "EnablePostUsernameOverride": false, "EnablePostIconOverride": false, - "GoogleDeveloperKey": "", + "GoogleDeveloperKey": "AIzaSyC_Q9xL_O0-ffiU-YzKceZ9kopmdslcyzg", "EnableLinkPreviews": true, "EnablePermalinkPreviews": true, "RestrictLinkPreviews": "", @@ -48,11 +48,11 @@ "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, @@ -82,12 +82,12 @@ "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", @@ -114,7 +114,7 @@ "RestrictDirectMessage": "any", "UserStatusAwayTimeout": 300, "MaxChannelsPerTeam": 2000, - "MaxNotificationsPerChannel": 1000, + "MaxNotificationsPerChannel": 100, "EnableConfirmNotificationsToChannel": true, "TeammateNameDisplay": "username", "ExperimentalViewArchivedChannels": true, @@ -191,13 +191,13 @@ "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", @@ -207,7 +207,7 @@ "AmazonS3PathPrefix": "", "AmazonS3Region": "", "AmazonS3Endpoint": "s3.amazonaws.com", - "AmazonS3SSL": true, + "AmazonS3SSL": false, "AmazonS3SignV2": false, "AmazonS3SSE": false, "AmazonS3Trace": false @@ -216,29 +216,29 @@ "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", @@ -264,7 +264,7 @@ "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 @@ -565,7 +565,9 @@ "ChimeraOAuthProxyURL": "" }, "DisplaySettings": { - "CustomURLSchemes": [], + "CustomURLSchemes": [ + "git" + ], "ExperimentalTimezone": true }, "GuestAccountsSettings": { @@ -592,4 +594,4 @@ "Directory": "./export", "RetentionDays": 30 } -} \ No newline at end of file +}