mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Update CHANGELOG.md
This commit is contained in:
@@ -60,10 +60,10 @@ Multiple settings were added to `config.json`. These options can be modified in
|
||||
|
||||
- Under `ServiceSettings` in `config.json`:
|
||||
- Added: `"EnableDeveloper": false`
|
||||
- Added: `"SessionLengthWebInDays" : 30` to
|
||||
- Added: `"SessionLengthMobileInDays" : 30`
|
||||
- Added: `"SessionLengthSSOInDays" : 30`
|
||||
- Added: `"SessionCacheInMinutes" : 10`
|
||||
- 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 and users will need to log in again
|
||||
- Added: `"SessionLengthSSOInDays" : 30` to set the number of days before SSO sessions expire and users will need to log in again
|
||||
- Added: `"SessionCacheInMinutes" : 10` to set the number of minutes to cache a session in memory
|
||||
- Under `FileSettings` in `config.json`:
|
||||
- Added: `"AmazonS3Endpoint": ""`
|
||||
- Added: `"AmazonS3BucketEndpoint": ""`
|
||||
|
||||
Reference in New Issue
Block a user