summaryrefslogtreecommitdiff
path: root/lorry-controller-webapp
diff options
context:
space:
mode:
Diffstat (limited to 'lorry-controller-webapp')
-rwxr-xr-xlorry-controller-webapp10
1 files changed, 10 insertions, 0 deletions
diff --git a/lorry-controller-webapp b/lorry-controller-webapp
index 6fc827e..e60f00c 100755
--- a/lorry-controller-webapp
+++ b/lorry-controller-webapp
@@ -143,6 +143,16 @@ class WEBAPP(cliapp.Application):
['publish-failures'],
'make the status page show failure logs from lorry')
+ self.settings.string(
+ ['downstream-ssh-url'],
+ 'URL for Downstream Host SSH service (Gerrit)',
+ metavar='URL')
+
+ self.settings.string(
+ ['downstream-http-url'],
+ 'URL for Downstream Host HTTP(S) service (GitLab)',
+ metavar='URL')
+
for downstream_type in lorrycontroller.downstream_types.values():
downstream_type.add_app_settings(self.settings)