Update master.cfg

This commit is contained in:
ahoemann 2025-03-31 16:19:15 +02:00
parent a2d980b1e3
commit 33f24eac1f

View file

@ -18,7 +18,7 @@ c = BuildmasterConfig = {}
# a Worker object, specifying a unique worker name and password. The same
# worker name and password must be configured on the worker.
c['workers'] = [worker.Worker("example-worker", 'pass')]
c['workers'] = [worker.Worker("docker-worker", 'pass')]
if 'BUILDBOT_MQ_URL' in os.environ:
c['mq'] = {