3 "SiteURL": "https://{{mattermost_domain}}",
4 "AllowedUntrustedInternalConnections": "localhost {{mattermost_domain}}",
5 "EnablePostIconOverride": true,
6 "EnableLinkPreviews": true,
7 "EnableSecurityFixAlert": false,
8 "EnableMultifactorAuthentication": true,
9 "EnableCustomEmoji": true,
10 "EnableLocalMode": true,
11 "LocalModeSocketLocation": "/var/tmp/mattermost_local.socket"
14 "MaxUsersPerTeam": 5000,
15 "RestrictDirectMessage": "team",
16 "MaxChannelsPerTeam": 5000
19 "DriverName": "postgres",
20 "DataSource": "postgres://{{mattermost_db_name}}:{{mattermost_db_pw}}@{{mattermost_db_host_port}}/{{mattermost_db_name}}?connect_timeout=10",
25 "EnableConsole": true,
26 "ConsoleLevel": "INFO",
32 "EnableWebhookDebugging": false,
33 "EnableDiagnostics": false
36 "MaxFileSize": 524288000,
37 "Directory": "../data/"
40 "UseChannelInEmailNotifications": true,
41 "RequireEmailVerification": true,
43 "SendPushNotifications": true,
44 "PushNotificationServer": "https://push-test.mattermost.com",
45 "EnableEmailBatching": true
48 "ShowEmailAddress": false
53 "DataRetentionSettings": {
54 "EnableMessageDeletion": false,
55 "EnableFileDeletion": false
63 "EnableUploads": false,
64 "EnableMarketplace": false,
65 "EnableRemoteMarketplace": false