summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/default.json15
1 files changed, 12 insertions, 3 deletions
diff --git a/config/default.json b/config/default.json
index e264a7c3d..7b9820aff 100644
--- a/config/default.json
+++ b/config/default.json
@@ -165,7 +165,10 @@
"EmailBatchingBufferSize": 256,
"EmailBatchingInterval": 30,
"SkipServerCertificateVerification": false,
- "EmailNotificationContentsType": "full"
+ "EmailNotificationContentsType": "full",
+ "LoginButtonColor": "",
+ "LoginButtonBorderColor": "",
+ "LoginButtonTextColor": ""
},
"RateLimitSettings": {
"Enable": false,
@@ -248,7 +251,10 @@
"SkipCertificateVerification": false,
"QueryTimeout": 60,
"MaxPageSize": 0,
- "LoginFieldName": ""
+ "LoginFieldName": "",
+ "LoginButtonColor": "",
+ "LoginButtonBorderColor": "",
+ "LoginButtonTextColor": ""
},
"ComplianceSettings": {
"Enable": false,
@@ -278,7 +284,10 @@
"NicknameAttribute": "",
"LocaleAttribute": "",
"PositionAttribute": "",
- "LoginButtonText": "With SAML"
+ "LoginButtonText": "With SAML",
+ "LoginButtonColor": "",
+ "LoginButtonBorderColor": "",
+ "LoginButtonTextColor": ""
},
"NativeAppSettings": {
"AppDownloadLink": "https://about.mattermost.com/downloads/",