taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit a2a199ca0f7524f1f186e2a7673bc2fd12263fe2
parent 8bed2bc4cf60f123c60c7656c31d45686577f335
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  4 Feb 2025 14:27:40 +0100

comma

Diffstat:
Mbuildbot/master.cfg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -1411,7 +1411,7 @@ c["www"] = { "console_view": True, "grid_view": True, }, - "auth": util.UserPasswordAuth([('admin',www_pass)]) + "auth": util.UserPasswordAuth([('admin',www_pass)]), "allowed_origins": ["https://*.taler.net"], "avatar_methods": [], }