# the 'title' string will appear at the top of this buildbot installation's
# home pages (linked to the 'titleURL').
-c['title'] = "Hello World CI"
-c['titleURL'] = "https://buildbot.github.io/hello-world/"
+c['title'] = "Humopery CI"
+c['titleURL'] = "https://bb.humopery.space/"
# the 'buildbotURL' string should point to the location where the buildbot's
# internal web server is visible. This typically uses the port number set in
# the 'www' entry below, but with an externally-visible host name which the
# buildbot cannot figure out without some help.
-c['buildbotURL'] = "http://localhost:8010/"
+c['buildbotURL'] = "https://bb.humopery.space/"
# minimalistic config to activate new web UI
c['www'] = dict(port=8010,