Add localhost to work with tunneling port

This commit is contained in:
Mikhail Gordeev 2023-01-16 18:26:22 +03:00
parent db38049ce7
commit 25cf5337f6

View File

@ -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,