mirror of
https://github.com/status-im/cabot.git
synced 2025-02-23 18:08:06 +00:00
Update CABOT_PLUGINS_ENABLED versions
This commit is contained in:
parent
e5ecbe10da
commit
7bec7393d4
1
CHANGES
1
CHANGES
@ -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
|
||||||
-------------
|
-------------
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user