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, 0 insertions, 8 deletions
diff --git a/runner/config.py b/runner/config.py
deleted file mode 100644
index 75b3c28..0000000
--- a/runner/config.py
+++ /dev/null
@@ -1,8 +0,0 @@
-USERNAME = 'guest'
-PASSWORD = 'guest'
-HOST = '172.17.0.2'
-PORT = 5672
-EXCHANGE = 'exchange'
-EXCHANGE_TYPE = 'direct'
-QUEUE = 'text'
-ROUTING_KEY = 'bacon'