Update Matermost configuration options
Related to !1552 (merged) .
Changes, as per https://github.com/mattermost/docs/blob/v3.9-documentation/source/administration/changelog.md#configjson
- Under
ServiceSettingsin config.json,
- Added
"EnablePostSearch": true - Added
"EnableUserStatuses": true
- Under
FileSettingsin config.json:
- Added
"EnableFileAttachments": true
- Under
EmailSettingsin config.json:
- Removed
"PasswordResetSalt": ""
- Under
SqlSettingsin config.json:
- Added
"DataSourceSearchReplicas": []
Edited by GitLab Release Tools Bot