Skip to content
Snippets Groups Projects
Commit 68178a94 authored by Sascha Herzinger's avatar Sascha Herzinger
Browse files

fixing ci

parent 8476f410
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -2,5 +2,5 @@
REDIS_HOST = 'redis'
broker_url = 'amqp://guest:guest@rabbitmq:5672//'
result_backend = 'redis://redis:6379'
\ No newline at end of file
BROKER_URL = 'amqp://guest:guest@rabbitmq:5672//'
CELERY_RESULT_BACKEND = 'redis://redis:6379'
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment