uzi007 commited on
Commit
66d85b8
1 Parent(s): 7cc40be

Connection String Updated

Browse files
Files changed (1) hide show
  1. celery_config.py +2 -1
celery_config.py CHANGED
@@ -1,3 +1,4 @@
1
  # Celery
2
- broker_url = 'pyamqp://guest:guest@127.0.0.1:5672//'
 
3
  result_backend = 'rpc://'
 
1
  # Celery
2
+ # broker_url = 'pyamqp://guest:guest@127.0.0.1:5672//' # For Local
3
+ broker_url = 'pyamqp://guest:guest@localhost//'
4
  result_backend = 'rpc://'