From 9527127b509607d60f7af0c539c8f5eca5f1b5f8 Mon Sep 17 00:00:00 2001 From: Mark Hammond Date: Wed, 5 Aug 2015 18:32:40 +1000 Subject: [PATCH] Update docs to point at identity.sync.tokenserver.uri preference instead of services.sync.tokenServerURI --- README.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3872786..6202874 100644 --- a/README.rst +++ b/README.rst @@ -42,7 +42,13 @@ This should start a server on http://localhost:5000/. Now go into Firefox's `about:config` page, search for a setting named "tokenServerURI", and change it to point to your server:: - services.sync.tokenServerURI: http://localhost:5000/token/1.0/sync/1.5 + identity.sync.tokenserver.uri: http://localhost:5000/token/1.0/sync/1.5 + +(Prior to Firefox 42, the TokenServer preference name for Firefox Desktop was +"services.sync.tokenServerURI". While the old preference name will work in +Firefox 42 and later, the new preference is recommended as the old preference +name will be reset when the user signs out from Sync causing potential +confusion.) Firefox should now sync against your local server rather than the default Mozilla-hosted servers.