ソースを参照

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}}/" c['buildbotURL'] = "https://{{buildbot_server_name}}/"


# minimalistic config to activate new web UI # 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 ####### DB URL




読み込み中…
キャンセル
保存