Merge pull request #422 from arachnys/update-plugin-conf

Update CABOT_PLUGINS_ENABLED versions
This commit is contained in:
Frank Hamand 2017-02-09 17:57:10 +00:00 committed by GitHub
commit 1f2f23e8f6
3 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@ master
------------- -------------
* Wait for docker containers to start in docker-entrypoint.sh * Wait for docker containers to start in docker-entrypoint.sh
* Update CABOT_PLUGINS_ENABLED to compatible plugin versions
Version 0.8.1 Version 0.8.1
------------- -------------

View File

@ -1,5 +1,5 @@
# Plugins to be loaded at launch # Plugins to be loaded at launch
CABOT_PLUGINS_ENABLED=cabot_alert_hipchat==1.7.0,cabot_alert_twilio==1.1.4,cabot_alert_email==1.3.1 CABOT_PLUGINS_ENABLED=cabot_alert_hipchat==1.8.3,cabot_alert_twilio==1.2.0,cabot_alert_email==1.4.3
DEBUG=t DEBUG=t
DATABASE_URL=postgres://postgres@db:5432/postgres DATABASE_URL=postgres://postgres@db:5432/postgres

View File

@ -1,5 +1,5 @@
# Plugins to be loaded at launch # Plugins to be loaded at launch
CABOT_PLUGINS_ENABLED=cabot_alert_hipchat==1.7.0,cabot_alert_twilio==1.1.4,cabot_alert_email==1.3.1 CABOT_PLUGINS_ENABLED=cabot_alert_hipchat==1.8.3,cabot_alert_twilio==1.2.0,cabot_alert_email==1.4.3
DATABASE_URL=postgres://cabot:cabot@localhost:5432/index DATABASE_URL=postgres://cabot:cabot@localhost:5432/index
DJANGO_SETTINGS_MODULE=cabot.settings DJANGO_SETTINGS_MODULE=cabot.settings