Errbot configuration is centered on config.py, backend credentials, and plugin policy.
/opt/errbot/config.py (service install)~/errbot/config.pyBACKEND: selected chat backend pluginBOT_IDENTITY: backend token/login detailsBOT_ADMINS: allowed admin identitiesBOT_PREFIX and command visibility settingsconfig.py and plugin dataRestart Errbot after updates:
sudo systemctl restart errbot
or for manual runs:
~/errbot/venv/bin/errbot -c ~/errbot/config.py