summaryrefslogtreecommitdiff
path: root/source/master.cfg
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 /source/master.cfg
parent49c77bbf97b2697340be96353078fd694f483b0b (diff)
downloadorchestration-1eb14995f4f93f3ee5c1a2fc9568293f6d47a9c3.tar.gz
Fix serving only on localhost
Diffstat (limited to 'source/master.cfg')
-rw-r--r--source/master.cfg2
1 files changed, 1 insertions, 1 deletions
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