summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2017-09-05 15:24:21 -0400
committerGitHub <noreply@github.com>2017-09-05 15:24:21 -0400
commit09f8267751c71bdb6d8ba2757a1e4ffe62ccf5c3 (patch)
treed540c42e07195d62c8555c05ca5e57becf5542a6 /config
parentcc289d70610ada2797c7a07dce013fd4d89bcc10 (diff)
downloadchat-09f8267751c71bdb6d8ba2757a1e4ffe62ccf5c3.tar.gz
chat-09f8267751c71bdb6d8ba2757a1e4ffe62ccf5c3.tar.bz2
chat-09f8267751c71bdb6d8ba2757a1e4ffe62ccf5c3.zip
PLT-7517 Added setting to enable tracing of Amazon S3 connections (#7349)
* PLT-7517 Added setting to enable tracing of Amazon S3 connections * Removed unnecessary placeholders on boolean settings * Added AmazonS3Trace to diagnostics * Updated AmazonS3Trace setting name in system console * Removing extra colon
Diffstat (limited to 'config')
-rw-r--r--config/default.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/default.json b/config/default.json
index 59bcf8bc6..50bf7b32b 100644
--- a/config/default.json
+++ b/config/default.json
@@ -131,7 +131,8 @@
"AmazonS3Endpoint": "s3.amazonaws.com",
"AmazonS3SSL": true,
"AmazonS3SignV2": false,
- "AmazonS3SSE": false
+ "AmazonS3SSE": false,
+ "AmazonS3Trace": false
},
"EmailSettings": {
"EnableSignUpWithEmail": true,