aboutsummaryrefslogtreecommitdiffstats
path: root/runner/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'runner/config.py')
-rw-r--r--runner/config.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/runner/config.py b/runner/config.py
new file mode 100644
index 0000000..75b3c28
--- /dev/null
+++ b/runner/config.py
@@ -0,0 +1,8 @@
+USERNAME = 'guest'
+PASSWORD = 'guest'
+HOST = '172.17.0.2'
+PORT = 5672
+EXCHANGE = 'exchange'
+EXCHANGE_TYPE = 'direct'
+QUEUE = 'text'
+ROUTING_KEY = 'bacon'