mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
110 lines
3.3 KiB
JSON
110 lines
3.3 KiB
JSON
{
|
|
"LogSettings": {
|
|
"ConsoleEnable": true,
|
|
"ConsoleLevel": "DEBUG",
|
|
"FileEnable": true,
|
|
"FileLevel": "INFO",
|
|
"FileFormat": "",
|
|
"FileLocation": ""
|
|
},
|
|
"ServiceSettings": {
|
|
"SiteName": "Mattermost",
|
|
"Mode" : "dev",
|
|
"AllowTesting" : false,
|
|
"UseSSL": false,
|
|
"Port": "8065",
|
|
"Version": "developer",
|
|
"Shards": {
|
|
},
|
|
"InviteSalt": "gxHVDcKUyP2y1eiyW8S8na1UYQAfq6J6",
|
|
"PublicLinkSalt": "TO3pTyXIZzwHiwyZgGql7lM7DG3zeId4",
|
|
"ResetSalt": "IPxFzSfnDFsNsRafZxz8NaYqFKhf9y2t",
|
|
"AnalyticsUrl": "",
|
|
"UseLocalStorage": true,
|
|
"StorageDirectory": "./data/",
|
|
"AllowedLoginAttempts": 10
|
|
},
|
|
"SSOSettings": {
|
|
"gitlab": {
|
|
"Allow": false,
|
|
"Secret" : "",
|
|
"Id": "",
|
|
"Scope": "",
|
|
"AuthEndpoint": "",
|
|
"TokenEndpoint": "",
|
|
"UserApiEndpoint": ""
|
|
},
|
|
"google": {
|
|
"Allow": false,
|
|
"Secret": "",
|
|
"Id": "",
|
|
"Scope": "email profile",
|
|
"AuthEndpoint": "https://accounts.google.com/o/oauth2/auth",
|
|
"TokenEndpoint": "https://www.googleapis.com/oauth2/v3/token",
|
|
"UserApiEndpoint": "https://www.googleapis.com/plus/v1/people/me"
|
|
}
|
|
},
|
|
"SqlSettings": {
|
|
"DriverName": "mysql",
|
|
"DataSource": "mmuser:mostest@tcp(dockerhost:3306)/mattermost_test?charset=utf8mb4,utf8",
|
|
"DataSourceReplicas": ["mmuser:mostest@tcp(dockerhost:3306)/mattermost_test?charset=utf8mb4,utf8"],
|
|
"MaxIdleConns": 10,
|
|
"MaxOpenConns": 10,
|
|
"Trace": false,
|
|
"AtRestEncryptKey": "Ya0xMrybACJ3sZZVWQC7e31h5nSDWZFS"
|
|
},
|
|
"AWSSettings": {
|
|
"S3AccessKeyId": "",
|
|
"S3SecretAccessKey": "",
|
|
"S3Bucket": "",
|
|
"S3Region": ""
|
|
},
|
|
"ImageSettings": {
|
|
"ThumbnailWidth": 120,
|
|
"ThumbnailHeight": 100,
|
|
"PreviewWidth": 1024,
|
|
"PreviewHeight": 0,
|
|
"ProfileWidth": 128,
|
|
"ProfileHeight": 128,
|
|
"InitialFont": "luximbi.ttf"
|
|
},
|
|
"EmailSettings": {
|
|
"ByPassEmail" : true,
|
|
"SMTPUsername": "",
|
|
"SMTPPassword": "",
|
|
"SMTPServer": "",
|
|
"UseTLS": false,
|
|
"UseStartTLS": false,
|
|
"FeedbackEmail": "",
|
|
"FeedbackName": "",
|
|
"ApplePushServer": "",
|
|
"ApplePushCertPublic": "",
|
|
"ApplePushCertPrivate": ""
|
|
},
|
|
"RateLimitSettings": {
|
|
"UseRateLimiter": true,
|
|
"PerSec": 10,
|
|
"MemoryStoreSize": 10000,
|
|
"VaryByRemoteAddr": true,
|
|
"VaryByHeader": ""
|
|
},
|
|
"PrivacySettings": {
|
|
"ShowEmailAddress": true,
|
|
"ShowPhoneNumber": true,
|
|
"ShowSkypeId": true,
|
|
"ShowFullName": true
|
|
},
|
|
"TeamSettings": {
|
|
"MaxUsersPerTeam": 150,
|
|
"AllowPublicLink": true,
|
|
"AllowValetDefault": 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"
|
|
}
|
|
}
|