Bug 1033407 - Set MobileID service production URL. r=fabrice

This commit is contained in:
Fernando Jiménez 2014-07-16 09:05:52 +02:00
parent b9a2672cf5
commit 1600379c90

View File

@ -1007,7 +1007,7 @@ pref("services.sync.fxaccounts.enabled", true);
pref("identity.fxaccounts.enabled", true);
// Mobile Identity API.
pref("services.mobileid.server.uri", "https://msisdn-dev.stage.mozaws.net");
pref("services.mobileid.server.uri", "https://msisdn.services.mozilla.com");
// Enable mapped array buffer
pref("dom.mapped_arraybuffer.enabled", true);