Browse Source

worker protocol only on localhost

covid-videoplattform
parent
commit
5dc0ac0042
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      templates/buildbot/master.cfg.j2

+ 5
- 1
templates/buildbot/master.cfg.j2 View File

@@ -10,7 +10,11 @@ c['schedulers'] = []
c['builders'] = []
c['services'] = []

c['protocols'] = {'pb': {'port': 9989}}
c['protocols'] = {
'pb': {
'port': "tcp:9989:interface=127.0.0.1"
}
}

c['title'] = "buildbot title"
c['titleURL'] = "https://github.com/covid-videoplattform"


Loading…
Cancel
Save