remove <> from rabbitmq password
This commit is contained in:
parent
8096bc6a20
commit
df0b9336b1
1 changed files with 1 additions and 1 deletions
2
README
2
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:<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
|
||||
|
|
Loading…
Reference in a new issue