From be50939c9e5732c626e17762eeea52cb5909d130 Mon Sep 17 00:00:00 2001 From: Ben Brown Date: Mon, 25 Apr 2016 15:51:06 +0100 Subject: Allow host to be specified instead of trovehost Change-Id: I23c23886b5389d75032c64bf4e78db7edca1af63 --- README | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index 5fe1d93..e3ba0f4 100644 --- a/README +++ b/README @@ -81,7 +81,7 @@ exist). "delta": "delta" }, "protocol": "http", - "trovehost": "git.baserock.org", + "host": "git.baserock.org", "type": "trove" }, { @@ -98,8 +98,7 @@ A Trove specification (map) uses the following mandatory keys: * `type: trove` -- specify it's a Trove specification. -* `trovehost` -- the other Trove to mirror; a domain name or IP - address. +* `host` -- the other Trove to mirror; a domain name or IP address. * `protocol` -- specify how Lorry Controller (and Lorry) should talk to other Troves. Allowed values are `ssh`, `https`, `http`. -- cgit v1.2.1