Skip to content
This repository has been archived by the owner on May 31, 2020. It is now read-only.

Commit

Permalink
Update hello-world.js
Browse files Browse the repository at this point in the history
  • Loading branch information
roshin8 authored Jun 26, 2017
1 parent 2dce46e commit ef8a1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello-world.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
var celery = require('../celery'),
client = celery.createClient({
CELERY_BROKER_URL: 'amqp://guest:guest@localhost:5672//',
CELERY_RESULT_BACKEND: 'amqp'
CELERY_RESULT_BACKEND: 'amqp://'
});

client.on('error', function(err) {
Expand Down

0 comments on commit ef8a1a9

Please sign in to comment.