{ "ServiceSettings": { "SiteURL": "https://{{mattermost_domain}}", "AllowedUntrustedInternalConnections": "localhost {{mattermost_domain}}", "EnablePostIconOverride": true, "EnableLinkPreviews": true, "EnableSecurityFixAlert": false, "EnableMultifactorAuthentication": true, "EnableCustomEmoji": true, "EnableLocalMode": true, "LocalModeSocketLocation": "/var/tmp/mattermost_local.socket" }, "TeamSettings": { "MaxUsersPerTeam": 5000, "RestrictDirectMessage": "team", "MaxChannelsPerTeam": 5000 }, "SqlSettings": { "DriverName": "postgres", "DataSource": "postgres://{{mattermost_db_name}}:{{mattermost_db_pw}}@{{mattermost_db_host_port}}/{{mattermost_db_name}}?connect_timeout=10", "MaxIdleConns": 2, "MaxOpenConns": 16 }, "LogSettings": { "EnableConsole": true, "ConsoleLevel": "INFO", "ConsoleJson": false, "EnableFile": false, "FileLevel": "INFO", "FileJson": false, "FileLocation": "", "EnableWebhookDebugging": false, "EnableDiagnostics": false }, "FileSettings": { "MaxFileSize": 524288000, "Directory": "../data/" }, "EmailSettings": { "UseChannelInEmailNotifications": true, "RequireEmailVerification": true, "SMTPPort": "25", "SendPushNotifications": true, "PushNotificationServer": "https://push-test.mattermost.com", "EnableEmailBatching": true }, "PrivacySettings": { "ShowEmailAddress": false }, "MetricsSettings": { "Enable": false }, "DataRetentionSettings": { "EnableMessageDeletion": false, "EnableFileDeletion": false }, "JobSettings": { "RunJobs": true, "RunScheduler": true }, "PluginSettings": { "Enable": false, "EnableUploads": false, "EnableMarketplace": false, "EnableRemoteMarketplace": false } }