Skip to content

Commit

Permalink
correct default rabbitmq port (mozilla-services#3316)
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Bengtsson authored and adngdb committed May 2, 2016
1 parent cc0dcb3 commit a3e2c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp-django/crashstats/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ def path(*dirs):
'rabbitmq': {
'host': config('RABBITMQ_HOST', 'localhost'),
'virtual_host': config('RABBITMQ_VIRTUAL_HOST', '/'),
'port': config('RABBITMQ_PORT', 5762),
'port': config('RABBITMQ_PORT', 5672),
},
}
}
Expand Down

0 comments on commit a3e2c65

Please sign in to comment.