Add localhost to work with tunneling port
This commit is contained in:
parent
db38049ce7
commit
25cf5337f6
@ -117,7 +117,8 @@ c['titleURL'] = "https://buildbot.github.io/hello-world/"
|
||||
# the 'www' entry below, but with an externally-visible host name which the
|
||||
# buildbot cannot figure out without some help.
|
||||
|
||||
c['buildbotURL'] = "http://172.16.0.2:8010/"
|
||||
# c['buildbotURL'] = "http://172.16.0.2:8010/"
|
||||
c['buildbotURL'] = "http://localhost:8010/"
|
||||
|
||||
# minimalistic config to activate new web UI
|
||||
c['www'] = dict(port=8010,
|
||||
|
Loading…
Reference in New Issue
Block a user