reload mattermost config using mmctl. Fix readme typo
Some checks failed
continuous-integration/drone/pr Build is failing
Some checks failed
continuous-integration/drone/pr Build is failing
This commit is contained in:
parent
c173127cf8
commit
5e320b516d
@ -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
|
||||
|
2
abra.sh
2
abra.sh
@ -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
|
||||
}
|
@ -99,7 +99,7 @@
|
||||
"PersistentNotificationMaxCount": 6,
|
||||
"PersistentNotificationMaxRecipients": 5,
|
||||
"EnableAPIChannelDeletion": false,
|
||||
"EnableLocalMode": false,
|
||||
"EnableLocalMode": true,
|
||||
"LocalModeSocketLocation": "/var/tmp/mattermost_local.socket",
|
||||
"EnableAWSMetering": false,
|
||||
"SplitKey": "",
|
||||
|
Loading…
x
Reference in New Issue
Block a user