mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-28 04:35:04 -04:00
|
Some checks are pending
ESR Upgrade / Run ESR upgrade script from 5.37 to 7.8 (push) Waiting to run
ESR Upgrade / Run ESR upgrade script from 5.37 to 6.3 (push) Waiting to run
ESR Upgrade / Run ESR upgrade script from 6.3 to 7.8 (push) Waiting to run
Server CI Master / master-ci (push) Waiting to run
Web App CI Master / master-ci (push) Waiting to run
* Add TestDesanitizeRemovesAllFakeSettings to catch future omissions Walks every string field in the config after a Sanitize+desanitize round-trip and fails if any still holds FakeSetting. This catches the case where a field is added to Sanitize without a corresponding desanitize entry. * Fix ElasticsearchSettings.ClientKey being incorrectly masked as a secret ClientKey is a file path, not a secret value. Masking it caused the asterisk string to be persisted to the database on config writes, which broke TLS client auth on restart. * Fix desanitize missing entries for fields added in |
||
|---|---|---|
| .. | ||
| migrations | ||
| client.go | ||
| client_test.go | ||
| common_test.go | ||
| database.go | ||
| database_test.go | ||
| diff.go | ||
| diff_test.go | ||
| emitter.go | ||
| emitter_test.go | ||
| environment.go | ||
| environment_test.go | ||
| file.go | ||
| file_test.go | ||
| logconfigsrc.go | ||
| logconfigsrc_test.go | ||
| logger.go | ||
| logger_test.go | ||
| main_test.go | ||
| memory.go | ||
| memory_test.go | ||
| migrate.go | ||
| migrate_test.go | ||
| README.md | ||
| store.go | ||
| store_test.go | ||
| utils.go | ||
| utils_test.go | ||
config.json
This is the system configuration file for your Mattermost server. Settings are specific to different editions of Mattermost. Please read the documentation before making changes: https://docs.mattermost.com/configure/configuration-settings.html/