From 0de21f655cc136cf666ad975b75d94d489f3b84c Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Mon, 8 Nov 2010 13:28:27 +0000 Subject: [PATCH] Add the broker settings example file --- brokersettings.py.example | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 brokersettings.py.example diff --git a/brokersettings.py.example b/brokersettings.py.example new file mode 100644 index 0000000..192d7c8 --- /dev/null +++ b/brokersettings.py.example @@ -0,0 +1,6 @@ +BROKER_HOST = "localhost" +BROKER_PORT = 5673 +BROKER_USER = "%(user)s" +BROKER_PASSWORD = "%(password)s" +BROKER_VHOST = "%(vhost)s" +