aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
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')