Procházet zdrojové kódy

webserver config

covid-videoplattform
rodič
revize
ef6e11647e
1 změnil soubory, kde provedl 9 přidání a 2 odebrání
  1. +9
    -2
      templates/buildbot/master.cfg.j2

+ 9
- 2
templates/buildbot/master.cfg.j2 Zobrazit soubor

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



Načítá se…
Zrušit
Uložit