瀏覽代碼

webserver config

covid-videoplattform
父節點
當前提交
ef6e11647e
共有 1 個文件被更改,包括 9 次插入2 次删除
  1. +9
    -2
      templates/buildbot/master.cfg.j2

+ 9
- 2
templates/buildbot/master.cfg.j2 查看文件

@@ -93,8 +93,15 @@ c['titleURL'] = "https://buildbot.github.io/hello-world/"
c['buildbotURL'] = "https://{{buildbot_server_name}}/"

# minimalistic config to activate new web UI
c['www'] = dict(port=8010,
plugins=dict(waterfall_view={}, console_view={}, grid_view={}))
c['www'] = dict(
port=8010,
plugins = dict(
waterfall_view={},
console_view={},
grid_view={}
),
change_hook_dialects={'github': {}},
)

####### DB URL



Loading…
取消
儲存