Update docs to point at identity.sync.tokenserver.uri preference instead of services.sync.tokenServerURI
This commit is contained in:
parent
2d418f18f3
commit
9527127b50
@ -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
|
Now go into Firefox's `about:config` page, search for a setting named
|
||||||
"tokenServerURI", and change it to point to your server::
|
"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
|
Firefox should now sync against your local server rather than the default
|
||||||
Mozilla-hosted servers.
|
Mozilla-hosted servers.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user