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