mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-15 15:22:17 +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"
|
|
|