Files
test-auth/conf/brokersettings.py.example

7 lines
131 B
Plaintext

BROKER_HOST = "localhost"
BROKER_PORT = 5672
BROKER_USER = "%(user)s"
BROKER_PASSWORD = "%(password)s"
BROKER_VHOST = "%(vhost)s"