2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 21:33:02 +01:00

update errbot

This commit is contained in:
kev
2024-05-14 18:15:03 +08:00
parent 2c73b5e086
commit fa37a10f2f
3 changed files with 14 additions and 18 deletions

View File

@@ -3,7 +3,9 @@ import logging
# This is a minimal configuration to get you started with the Text mode.
# If you want to connect Errbot to chat services, checkout
# the options in the more complete config-template.py from here:
# https://raw.githubusercontent.com/errbotio/errbot/master/errbot/config-template.py
# https://github.com/errbotio/errbot/blob/master/errbot/config-template.py
# Also see:
# https://errbot.readthedocs.io/en/latest/user_guide/setup.html
BACKEND = 'SlackV3'
@@ -20,6 +22,6 @@ BOT_EXTRA_PLUGIN_DIR = '/opt/errbot/plugins'
BOT_LOG_FILE = '/opt/errbot/errbot.log'
BOT_LOG_LEVEL = logging.DEBUG
BOT_ADMINS = ('@master', )
BOT_ADMINS = ('@master',)
AUTOINSTALL_DEPS = True