Skip to content

Update Matermost configuration options

Balasankar C requested to merge mattermost-config-json-update into master

Related to !1552 (merged) .

Changes, as per https://github.com/mattermost/docs/blob/v3.9-documentation/source/administration/changelog.md#configjson

  1. Under ServiceSettings in config.json,
  • Added "EnablePostSearch": true
  • Added "EnableUserStatuses": true
  1. Under FileSettings in config.json:
  • Added "EnableFileAttachments": true
  1. Under EmailSettings in config.json:
  • Removed "PasswordResetSalt": ""
  1. Under SqlSettings in config.json:
  • Added "DataSourceSearchReplicas": []

Merge request reports