Updating docker configuration files for release

Этот коммит содержится в:
Christopher Speller
2015-08-05 09:00:26 -04:00
родитель 5a1f4b087f
Коммит 49cff876c4
2 изменённых файлов: 13 добавлений и 5 удалений

Просмотреть файл

@@ -86,7 +86,7 @@
"TeamSettings": { "TeamSettings": {
"MaxUsersPerTeam": 150, "MaxUsersPerTeam": 150,
"AllowPublicLink": true, "AllowPublicLink": true,
"AllowValet": false, "AllowValetDefault": false,
"TermsLink": "/static/help/configure_links.html", "TermsLink": "/static/help/configure_links.html",
"PrivacyLink": "/static/help/configure_links.html", "PrivacyLink": "/static/help/configure_links.html",
"AboutLink": "/static/help/configure_links.html", "AboutLink": "/static/help/configure_links.html",

Просмотреть файл

@@ -21,7 +21,8 @@
"ResetSalt": "IPxFzSfnDFsNsRafZxz8NaYqFKhf9y2t", "ResetSalt": "IPxFzSfnDFsNsRafZxz8NaYqFKhf9y2t",
"AnalyticsUrl": "", "AnalyticsUrl": "",
"UseLocalStorage": true, "UseLocalStorage": true,
"StorageDirectory": "/mattermost/data/" "StorageDirectory": "/mattermost/data/",
"AllowedLoginAttempts": 10
}, },
"SSOSettings": { "SSOSettings": {
"gitlab": { "gitlab": {
@@ -49,8 +50,8 @@
"S3Region": "" "S3Region": ""
}, },
"ImageSettings": { "ImageSettings": {
"ThumbnailWidth": 200, "ThumbnailWidth": 120,
"ThumbnailHeight": 0, "ThumbnailHeight": 100,
"PreviewWidth": 1024, "PreviewWidth": 1024,
"PreviewHeight": 0, "PreviewHeight": 0,
"ProfileWidth": 128, "ProfileWidth": 128,
@@ -69,6 +70,13 @@
"ApplePushCertPublic": "", "ApplePushCertPublic": "",
"ApplePushCertPrivate": "" "ApplePushCertPrivate": ""
}, },
"RateLimitSettings": {
"UseRateLimiter": true,
"PerSec": 10,
"MemoryStoreSize": 10000,
"VaryByRemoteAddr": true,
"VaryByHeader": ""
},
"PrivacySettings": { "PrivacySettings": {
"ShowEmailAddress": true, "ShowEmailAddress": true,
"ShowPhoneNumber": true, "ShowPhoneNumber": true,
@@ -78,7 +86,7 @@
"TeamSettings": { "TeamSettings": {
"MaxUsersPerTeam": 150, "MaxUsersPerTeam": 150,
"AllowPublicLink": true, "AllowPublicLink": true,
"AllowValet": false, "AllowValetDefault": false,
"TermsLink": "/static/help/configure_links.html", "TermsLink": "/static/help/configure_links.html",
"PrivacyLink": "/static/help/configure_links.html", "PrivacyLink": "/static/help/configure_links.html",
"AboutLink": "/static/help/configure_links.html", "AboutLink": "/static/help/configure_links.html",