mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Minor fixes for deployment issues
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
BROKER_HOST = "localhost"
|
||||
BROKER_PORT = 5673
|
||||
BROKER_PORT = 5672
|
||||
BROKER_USER = "%(user)s"
|
||||
BROKER_PASSWORD = "%(password)s"
|
||||
BROKER_VHOST = "%(vhost)s"
|
||||
|
||||
Reference in New Issue
Block a user