Add the broker settings example file

This commit is contained in:
2010-11-08 13:28:27 +00:00
parent 4a26ab54e3
commit 0de21f655c

View File

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