mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
update errbot
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user