From df0b9336b1addf6f2a8084f851bd0aa55712a28d Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 19 Jan 2015 11:45:49 +0100 Subject: [PATCH] remove <> from rabbitmq password --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 90469ef2..dc9bae43 100644 --- a/README +++ b/README @@ -76,7 +76,7 @@ Important: "use_your_own" is a password and you have to use the same value here } } DB_GIN_TRGM = True - BROKER_URL = 'amqp://pandora:@localhost:5672//pandora' + BROKER_URL = 'amqp://pandora:use_your_own@localhost:5672//pandora' #with apache x-sendfile or lighttpd set this to True XSENDFILE = False