reload mattermost config using mmctl. Fix readme typo
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
marlon 2025-02-11 15:07:18 -05:00
parent c173127cf8
commit 5e320b516d
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@
**WARNING: Following these steps will overwrite the configuration of your Mattermost instance. Probably only run it on a fresh deployment.**
- `abra app config YOURAPPNAME`
- Uncomment the section starting with **Email Support**
- `abra app secret i chat.justiceexchange.org smtp_pass v1 'yourSMTPpassword'`
- `abra app secret i YOURAPPNAME smtp_pass v1 'yourSMTPpassword'`
- `abra app undeploy YOURAPPNAME`
- `abra app deploy YOURAPPNAME`
- `abra app command -C YOURAPPNAME app reset_config` <- This will overwrite your configuration

View File

@ -3,5 +3,5 @@ export MATTERMOST_CONFIG_VERSION=v1
reset_config() {
cp /config-to-copy.json /mattermost/config/config.json && touch /mattermost/config/CoopCloudManaged
kill 8
mmctl config reload --local
}

View File

@ -99,7 +99,7 @@
"PersistentNotificationMaxCount": 6,
"PersistentNotificationMaxRecipients": 5,
"EnableAPIChannelDeletion": false,
"EnableLocalMode": false,
"EnableLocalMode": true,
"LocalModeSocketLocation": "/var/tmp/mattermost_local.socket",
"EnableAWSMetering": false,
"SplitKey": "",