aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-05-31 16:36:03 +0200
committerGravatar Christopher Baklid <[email protected]>2018-05-31 16:36:03 +0200
commitab2bb78ec8c5979816a9536e96396b2f024c3415 (patch)
treee15f7dedb9a377591269bbf7ba18ab8242cbe1a4 /config.py
parenttravis is annoying (diff)
more testing
Diffstat (limited to 'config.py')
-rw-r--r--config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.py b/config.py
index beb435e..684412e 100644
--- a/config.py
+++ b/config.py
@@ -12,7 +12,7 @@ def autodiscover():
host = list(container.attrs.get('NetworkSettings').get('Networks').values())[0]['IPAddress']
return host
except Exception:
- return '172.17.0.2'
+ return '127.0.0.1'
USERNAME = os.environ.get('RMQ_USERNAME', 'rabbits')