summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 2 insertions, 3 deletions
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`.