Consistently name the gbs information

And replace the flag with the full information otherwise the client
cannot find the gbs server without talking to the introducer again.
This commit is contained in:
Jean-Paul Calderone 2018-06-27 16:51:47 -04:00
parent 4e5ec27d50
commit 4cd018fc11

View File

@ -154,7 +154,7 @@ Such an announcement will resemble this::
{
"anonymous-storage-FURL": "pb://...", # The old key
"anonymous-storage-gbs-FURL": "pb://...#v=2" # The new key
"gbs-anonymous-storage-url": "pb://...#v=2" # The new key
}
The transition process will proceed in three stages:
@ -250,7 +250,7 @@ For example::
"delete-mutable-shares-with-zero-length-writev": true,
"fills-holes-with-zero-bytes": true,
"prevents-read-past-end-of-share-data": true,
"http-protocol-available": true
"gbs-anonymous-storage-url": "pb://...#v=2"
},
"application-version": "1.13.0"
}