added rabbitmq helpers and setup command
This commit is contained in:
3
rmq_helper/settings.py
Normal file
3
rmq_helper/settings.py
Normal file
@@ -0,0 +1,3 @@
|
||||
import os
|
||||
|
||||
RABBITMQ_HOST = os.environ.get("RABBITMQ_HOST", "localhost")
|
||||
Reference in New Issue
Block a user