mirror of
https://github.com/status-im/cabot.git
synced 2025-02-25 02:45:16 +00:00
8 lines
157 B
Bash
8 lines
157 B
Bash
|
DATABASE_URL=sqlite://:memory:
|
||
|
|
||
|
CELERY_BROKER_URL=sqla+sqlite://:memory:
|
||
|
CELERY_RESULT_BACKEND=db+sqlite://:memory:
|
||
|
CELERY_ALWAYS_EAGER=true
|
||
|
|
||
|
SKIP_INIT=true
|