whispertube_backend / celery_config.py
uzi007's picture
Connection String Updated
66d85b8
raw
history blame contribute delete
150 Bytes
# Celery
# broker_url = 'pyamqp://guest:guest@127.0.0.1:5672//' # For Local
broker_url = 'pyamqp://guest:guest@localhost//'
result_backend = 'rpc://'