BOT_EXTRA_BACKEND_DIR = BASE_DIR + 'backends/' # place where backend-matrix lives
BOT_LOG_FILE = BASE_DIR + r'errbot.log'
BOT_LOG_LEVEL = logging.DEBUG
BOT_ADMINS = ('@admin:example.com', )
BOT_IDENTITY = {
'homeserver': 'https://matrix.example.com',
'token': '<token from step 2>'
}
```
That's it, now just do the standard errbot stuff (install plugins, etc...)
If you are using matrix-registration and want errbot to manage registration tokens for you, check out our
matrix errbot plugin.
## Acknowledgements
* Some steps adapted from [matrix-docker-ansible-deploy](https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/configuring-playbook-matrix-registration.md).