summaryrefslogtreecommitdiff
path: root/lorry-controller-webapp
diff options
context:
space:
mode:
Diffstat (limited to 'lorry-controller-webapp')
-rwxr-xr-xlorry-controller-webapp5
1 files changed, 5 insertions, 0 deletions
diff --git a/lorry-controller-webapp b/lorry-controller-webapp
index faabb2d..2ed601c 100755
--- a/lorry-controller-webapp
+++ b/lorry-controller-webapp
@@ -129,6 +129,11 @@ class WEBAPP(cliapp.Application):
'ghosts and be removed from STATEDB (in seconds)',
default=10*ONE_MINUTE)
+ self.settings.choice(
+ ['git-server-type'],
+ ['gitano', 'gerrit'],
+ 'what API the local Git server speaks')
+
def find_routes(self):
'''Return all classes that are API routes.