File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 86
86
"TeamSettings" : {
87
87
"MaxUsersPerTeam" : 150 ,
88
88
"AllowPublicLink" : true ,
89
- "AllowValet " : false ,
89
+ "AllowValetDefault " : false ,
90
90
"TermsLink" : " /static/help/configure_links.html" ,
91
91
"PrivacyLink" : " /static/help/configure_links.html" ,
92
92
"AboutLink" : " /static/help/configure_links.html" ,
Original file line number Diff line number Diff line change 21
21
"ResetSalt" : " IPxFzSfnDFsNsRafZxz8NaYqFKhf9y2t" ,
22
22
"AnalyticsUrl" : " " ,
23
23
"UseLocalStorage" : true ,
24
- "StorageDirectory" : " /mattermost/data/"
24
+ "StorageDirectory" : " /mattermost/data/" ,
25
+ "AllowedLoginAttempts" : 10
25
26
},
26
27
"SSOSettings" : {
27
28
"gitlab" : {
49
50
"S3Region" : " "
50
51
},
51
52
"ImageSettings" : {
52
- "ThumbnailWidth" : 200 ,
53
- "ThumbnailHeight" : 0 ,
53
+ "ThumbnailWidth" : 120 ,
54
+ "ThumbnailHeight" : 100 ,
54
55
"PreviewWidth" : 1024 ,
55
56
"PreviewHeight" : 0 ,
56
57
"ProfileWidth" : 128 ,
69
70
"ApplePushCertPublic" : " " ,
70
71
"ApplePushCertPrivate" : " "
71
72
},
73
+ "RateLimitSettings" : {
74
+ "UseRateLimiter" : true ,
75
+ "PerSec" : 10 ,
76
+ "MemoryStoreSize" : 10000 ,
77
+ "VaryByRemoteAddr" : true ,
78
+ "VaryByHeader" : " "
79
+ },
72
80
"PrivacySettings" : {
73
81
"ShowEmailAddress" : true ,
74
82
"ShowPhoneNumber" : true ,
78
86
"TeamSettings" : {
79
87
"MaxUsersPerTeam" : 150 ,
80
88
"AllowPublicLink" : true ,
81
- "AllowValet " : false ,
89
+ "AllowValetDefault " : false ,
82
90
"TermsLink" : " /static/help/configure_links.html" ,
83
91
"PrivacyLink" : " /static/help/configure_links.html" ,
84
92
"AboutLink" : " /static/help/configure_links.html" ,
You can’t perform that action at this time.
0 commit comments