remove <> from rabbitmq password

This commit is contained in:
j 2015-01-19 11:45:49 +01:00
parent 8096bc6a20
commit df0b9336b1

2
README
View file

@ -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:<use_your_own>@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