|
|
@@ -43,6 +43,14 @@ c['www'] = dict( |
|
|
|
}, |
|
|
|
) |
|
|
|
|
|
|
|
{% if buildbot_with_gitea_auth %} |
|
|
|
c['www']['auth'] = util.GiteaAuth( |
|
|
|
endpoint='{{buildbot_gitea_auth_endpoint}}', |
|
|
|
client_id='{{buildbot_gitea_auth_client_id}}', |
|
|
|
client_secret='{{buildbot_gitea_auth_client_secret}}', |
|
|
|
) |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
c['db'] = { |
|
|
|
'db_url' : "{{buildbot_database_url}}", |
|
|
|
} |
|
|
|