summaryrefslogtreecommitdiff
path: root/source/master.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'source/master.cfg')
-rw-r--r--source/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/master.cfg b/source/master.cfg
index 281b94a..162df0f 100644
--- a/source/master.cfg
+++ b/source/master.cfg
@@ -165,7 +165,7 @@ from buildbot.status.web import authz, auth
authz_cfg=authz.Authz(
# change any of these to True to enable; see the manual for more
# options
- auth=auth.BasicAuth([("codething","password")]),
+ auth=auth.BasicAuth([(orch_config.web_user,orch_config.web_user_password)]),
gracefulShutdown = False,
forceBuild = 'auth', # use this to test your slave once it is set up
forceAllBuilds = False,