Minor fixes for deployment issues

This commit is contained in:
2010-11-10 13:18:38 +00:00
parent 0c95d6f263
commit dfd58473ed
3 changed files with 16 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
BROKER_HOST = "localhost"
BROKER_PORT = 5673
BROKER_PORT = 5672
BROKER_USER = "%(user)s"
BROKER_PASSWORD = "%(password)s"
BROKER_VHOST = "%(vhost)s"