summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/bottlerock.py2
-rw-r--r--source/master.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/bottlerock.py b/source/bottlerock.py
index 06580f6..609d6b5 100644
--- a/source/bottlerock.py
+++ b/source/bottlerock.py
@@ -38,4 +38,4 @@ def repo_update():
pass
if __name__ == '__main__':
- run(host='localhost', port=8080, debug=True)
+ run(host='0.0.0.0', port=8080, debug=True)
diff --git a/source/master.cfg b/source/master.cfg
index c1a084b..690ecb5 100644
--- a/source/master.cfg
+++ b/source/master.cfg
@@ -154,7 +154,7 @@ c['titleURL'] = "https://wiki.baserock.org"
# with an externally-visible host name which the buildbot cannot figure out
# without some help.
-c['buildbotURL'] = "http://localhost:8010/"
+c['buildbotURL'] = "http://0.0.0.0:8010/"
####### DB URL