summaryrefslogtreecommitdiff
path: root/share/lorry-controller.conf
blob: b6f583804324ae0d9c7d23b0636ce83711a2bb6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"
	]
    }
]