mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-13 14:22:16 +00:00
7 lines
131 B
Plaintext
7 lines
131 B
Plaintext
BROKER_HOST = "localhost"
|
|
BROKER_PORT = 5672
|
|
BROKER_USER = "%(user)s"
|
|
BROKER_PASSWORD = "%(password)s"
|
|
BROKER_VHOST = "%(vhost)s"
|
|
|