summaryrefslogtreecommitdiff
path: root/share/lorry-controller.conf
diff options
context:
space:
mode:
Diffstat (limited to 'share/lorry-controller.conf')
-rw-r--r--share/lorry-controller.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/share/lorry-controller.conf b/share/lorry-controller.conf
new file mode 100644
index 0000000..b6f5838
--- /dev/null
+++ b/share/lorry-controller.conf
@@ -0,0 +1,20 @@
+[
+ {
+ "type": "trove",
+ "uuid": "##PREFIX##/initial",
+ "serial": 1,
+ "trovehost": "git.baserock.org",
+ "ls-interval": "4H",
+ "interval": "2H",
+ "create": "always",
+ "destroy": "never",
+ "stagger": true,
+ "prefixmap": {
+ "baserock": "baserock",
+ "delta": "delta"
+ },
+ "ignore": [
+ "baserock/lorries"
+ ]
+ }
+]