summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-09 16:12:55 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-09 16:12:55 +0100
commit1eb14995f4f93f3ee5c1a2fc9568293f6d47a9c3 (patch)
tree10031f9b5b6ad8e60974f3780e616b9a0f6950cf
parent49c77bbf97b2697340be96353078fd694f483b0b (diff)
downloadorchestration-1eb14995f4f93f3ee5c1a2fc9568293f6d47a9c3.tar.gz
Fix serving only on localhost
-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