diff options
Diffstat (limited to 'source/master.cfg')
-rw-r--r-- | source/master.cfg | 2 |
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 |