summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorlfbrock <lfbrock@users.noreply.github.com>2016-01-07 14:28:25 -0500
committerlfbrock <lfbrock@users.noreply.github.com>2016-01-07 14:28:25 -0500
commit254e7ed28f1d38f6f7ae4058895ccc7ddc773fcf (patch)
tree4c801d9347376f8fbd7a05e5c8c02009036d7202 /CHANGELOG.md
parentd6080e40a925fd8a708094a20a13685f54c3dec7 (diff)
downloadchat-254e7ed28f1d38f6f7ae4058895ccc7ddc773fcf.tar.gz
chat-254e7ed28f1d38f6f7ae4058895ccc7ddc773fcf.tar.bz2
chat-254e7ed28f1d38f6f7ae4058895ccc7ddc773fcf.zip
Update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a9b984b37..a081df339 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -59,16 +59,16 @@ User Interface
Multiple settings were added to `config.json`. These options can be modified in the System Console, or manually updated in the existing config.json file. This is a list of changes and their new default values in a fresh install:
- Under `ServiceSettings` in `config.json`:
- - Added: `"EnableDeveloper": false`
+ - Added: `"EnableDeveloper": false` to set whether developer mode is enabled, which alerts users to any console errors that occur
- Added: `"SessionLengthWebInDays" : 30` to set the number of days before web sessions expire and users will need to log in again
- Added: `"SessionLengthMobileInDays" : 30` to set the number of days before native mobile sessions expire
- Added: `"SessionLengthSSOInDays" : 30` to set the number of days before SSO sessions expire
- Added: `"SessionCacheInMinutes" : 10` to set the number of minutes to cache a session in memory
- Under `FileSettings` in `config.json`:
- - Added: `"AmazonS3Endpoint": ""`
- - Added: `"AmazonS3BucketEndpoint": ""`
- - Added: `"AmazonS3LocationConstraint": false`
- - Added: `"AmazonS3LowercaseBucket": false`
+ - Added: `"AmazonS3Endpoint": ""` to set an endpoint URL for an Amazon S3 instance
+ - Added: `"AmazonS3BucketEndpoint": ""` to set an endpoint URL for Amazon S3 buckets
+ - Added: `"AmazonS3LocationConstraint": false` to set whether the S3 region is location constrained
+ - Added: `"AmazonS3LowercaseBucket": false` to set whether bucket names are fully lowercase or not
- Added `SupportSettings` section to `config.json`:
- Added: `"TermsOfServiceLink": "/static/help/terms.html"` to allow System Administrators to set the terms of service link
- Added: `"PrivacyPolicyLink": "/static/help/privacy.html"` to allow System Administrators to set the privacy policy link