Files
mattermost/config/config.json
T

99 lines
2.9 KiB
JSON
Raw Normal View History

2015-06-14 23:53:32 -08:00
{
"LogSettings": {
2015-06-18 10:55:51 -08:00
"ConsoleEnable": true,
2015-06-25 16:42:40 -04:00
"ConsoleLevel": "DEBUG",
2015-06-14 23:53:32 -08:00
"FileEnable": true,
"FileLevel": "INFO",
"FileFormat": "",
"FileLocation": ""
},
"ServiceSettings": {
2015-06-23 22:51:43 +05:00
"SiteName": "Mattermost",
2015-06-16 23:05:37 -08:00
"Mode" : "dev",
2015-06-14 23:53:32 -08:00
"AllowTesting" : false,
"UseSSL": false,
2015-06-16 22:54:56 -08:00
"Port": "8065",
2015-06-14 23:53:32 -08:00
"Version": "developer",
"Shards": {
},
"InviteSalt": "gxHVDcKUyP2y1eiyW8S8na1UYQAfq6J6",
"PublicLinkSalt": "TO3pTyXIZzwHiwyZgGql7lM7DG3zeId4",
"ResetSalt": "IPxFzSfnDFsNsRafZxz8NaYqFKhf9y2t",
"AnalyticsUrl": "",
"UseLocalStorage": true,
2015-07-29 01:26:10 -08:00
"StorageDirectory": "./data/",
2015-07-30 00:46:17 -08:00
"AllowedLoginAttempts": 10
2015-06-14 23:53:32 -08:00
},
"SSOSettings": {
2015-07-17 09:47:25 -04:00
"gitlab": {
2015-07-22 15:05:20 -04:00
"Allow": false,
"Secret" : "",
"Id": "",
"AuthEndpoint": "",
"TokenEndpoint": "",
"UserApiEndpoint": ""
2015-07-17 09:47:25 -04:00
}
},
2015-06-14 23:53:32 -08:00
"SqlSettings": {
"DriverName": "mysql",
2015-07-23 10:15:53 -08:00
"DataSource": "mmuser:mostest@tcp(dockerhost:3306)/mattermost_test?charset=utf8mb4,utf8",
"DataSourceReplicas": ["mmuser:mostest@tcp(dockerhost:3306)/mattermost_test?charset=utf8mb4,utf8"],
2015-06-14 23:53:32 -08:00
"MaxIdleConns": 10,
"MaxOpenConns": 10,
"Trace": false,
"AtRestEncryptKey": "Ya0xMrybACJ3sZZVWQC7e31h5nSDWZFS"
},
"AWSSettings": {
"S3AccessKeyId": "",
"S3SecretAccessKey": "",
"S3Bucket": "",
"S3Region": ""
2015-06-14 23:53:32 -08:00
},
"ImageSettings": {
"ThumbnailWidth": 120,
"ThumbnailHeight": 100,
2015-06-14 23:53:32 -08:00
"PreviewWidth": 1024,
"PreviewHeight": 0,
"ProfileWidth": 128,
2015-07-29 14:06:15 -07:00
"ProfileHeight": 128,
"InitialFont": "luximbi.ttf"
2015-06-14 23:53:32 -08:00
},
"EmailSettings": {
2015-07-12 23:36:52 -08:00
"ByPassEmail" : true,
2015-06-14 23:53:32 -08:00
"SMTPUsername": "",
"SMTPPassword": "",
"SMTPServer": "",
"UseTLS": false,
2015-07-12 23:36:52 -08:00
"FeedbackEmail": "",
2015-06-14 23:53:32 -08:00
"FeedbackName": "",
"ApplePushServer": "",
"ApplePushCertPublic": "",
"ApplePushCertPrivate": ""
},
2015-07-29 01:26:10 -08:00
"RateLimitSettings": {
"UseRateLimiter": true,
"PerSec": 10,
"MemoryStoreSize": 10000,
"VaryByRemoteAddr": true,
"VaryByHeader": ""
},
2015-06-14 23:53:32 -08:00
"PrivacySettings": {
"ShowEmailAddress": true,
"ShowPhoneNumber": true,
"ShowSkypeId": true,
"ShowFullName": true
},
"TeamSettings": {
"MaxUsersPerTeam": 150,
"AllowPublicLink": true,
2015-06-17 12:07:35 -04:00
"AllowValetDefault": false,
2015-06-14 23:53:32 -08:00
"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"
}
}