This website requires JavaScript.
Explore
Help
Sign In
status-im
/
cabot
Watch
2
Star
0
Fork
0
You've already forked cabot
mirror of
https://github.com/status-im/cabot.git
synced
2025-02-24 18:38:07 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
cabot
/
conf
/
test.env
7 lines
101 B
Bash
Raw
Normal View
History
Unescape
Escape
Add default.env and test.env and multiple docker-compose files to override settings
2017-02-09 21:37:07 +00:00
DATABASE_URL
=
sqlite://:memory:
Add another cleanup test and fix celery test broker Turns out celery doesn't like in-memory sql backends, but has a built-in memory broker. Use that instead and remove sqlalchemy requirement
2017-02-16 12:56:20 +00:00
CELERY_BROKER_URL
=
memory://
Update to celery 4
2017-03-08 15:45:07 +00:00
CELERY_ALWAYS_EAGER
=
True
Add default.env and test.env and multiple docker-compose files to override settings
2017-02-09 21:37:07 +00:00
Update to celery 4
2017-03-08 15:45:07 +00:00
SKIP_INIT
=
True
Reference in New Issue
Copy Permalink