summaryrefslogtreecommitdiffstats
path: root/docker/0.6/config_docker.json
blob: 6d220f9196d15d346b6dbe3be985d6a61e68e90d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
    "LogSettings": {
        "ConsoleEnable": false,
        "ConsoleLevel": "DEBUG",
        "FileEnable": true,
        "FileLevel": "INFO",
        "FileFormat": "",
        "FileLocation": ""
    },
    "ServiceSettings": {
        "SiteName": "Mattermost",
        "Mode" : "dev",
		"AllowTesting" : false,
        "UseSSL": false,
        "Port": "80",
        "Version": "developer",
        "Shards": {
        },
        "InviteSalt": "gxHVDcKUyP2y1eiyW8S8na1UYQAfq6J6",
        "PublicLinkSalt": "TO3pTyXIZzwHiwyZgGql7lM7DG3zeId4",
        "ResetSalt": "IPxFzSfnDFsNsRafZxz8NaYqFKhf9y2t",
        "AnalyticsUrl": "",
        "UseLocalStorage": true,
        "StorageDirectory": "/mattermost/data/"
    },
    "SSOSettings": {
        "gitlab": {
            "Allow": false,
            "Secret" : "",
            "Id": "",
            "AuthEndpoint": "",
            "TokenEndpoint": "",
            "UserApiEndpoint": ""
        }
    },
    "SqlSettings": {
        "DriverName": "mysql",
        "DataSource": "mmuser:mostest@tcp(localhost:3306)/mattermost_test?charset=utf8mb4,utf8",
        "DataSourceReplicas": ["mmuser:mostest@tcp(localhost:3306)/mattermost_test?charset=utf8mb4,utf8"],
        "MaxIdleConns": 10,
        "MaxOpenConns": 10,
        "Trace": false,
        "AtRestEncryptKey": "Ya0xMrybACJ3sZZVWQC7e31h5nSDWZFS"
    },
    "AWSSettings": {
        "S3AccessKeyId": "",
        "S3SecretAccessKey": "",
        "S3Bucket": "",
        "S3Region": ""
    },
    "ImageSettings": {
        "ThumbnailWidth": 200,
        "ThumbnailHeight": 0,
        "PreviewWidth": 1024,
        "PreviewHeight": 0,
        "ProfileWidth": 128,
        "ProfileHeight": 128,
        "InitialFont": "luximbi.ttf"
    },
    "EmailSettings": {
        "ByPassEmail" : true,
        "SMTPUsername": "",
        "SMTPPassword": "",
        "SMTPServer": "",
		"UseTLS": false,
        "FeedbackEmail": "",
        "FeedbackName": "",
        "ApplePushServer": "",
        "ApplePushCertPublic": "",
        "ApplePushCertPrivate": ""
    },
    "PrivacySettings": {
        "ShowEmailAddress": true,
        "ShowPhoneNumber": true,
        "ShowSkypeId": true,
        "ShowFullName": true
    },
    "TeamSettings": {
        "MaxUsersPerTeam": 150,
        "AllowPublicLink": true,
        "AllowValet": false,
        "TermsLink": "/static/help/configure_links.html",
        "PrivacyLink": "/static/help/configure_links.html",
        "AboutLink": "/static/help/configure_links.html",
        "HelpLink": "/static/help/configure_links.html",
        "ReportProblemLink": "/static/help/configure_links.html",
        "TourLink": "/static/help/configure_links.html",
        "DefaultThemeColor": "#2389D7"
    }
}