mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Add the broker settings example file
This commit is contained in:
6
brokersettings.py.example
Normal file
6
brokersettings.py.example
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
BROKER_HOST = "localhost"
|
||||||
|
BROKER_PORT = 5673
|
||||||
|
BROKER_USER = "%(user)s"
|
||||||
|
BROKER_PASSWORD = "%(password)s"
|
||||||
|
BROKER_VHOST = "%(vhost)s"
|
||||||
|
|
||||||
Reference in New Issue
Block a user