whispertube_backend / celery_config.py
uzi007's picture
Added RabbitMQ & Celery Functionality
217079e
raw
history blame
87 Bytes
# Celery
broker_url = 'pyamqp://guest:guest@127.0.0.1:5672//'
result_backend = 'rpc://'