Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #21501 from 6a68/bug-1032938-use-fmd-prod-servers
Browse files Browse the repository at this point in the history
Bug 1032938 - Point find my device at production servers (resubmitted). ...
  • Loading branch information
jaredhirsch authored and rvandermeulen committed Jul 10, 2014
1 parent 35a9b71 commit ff88cd0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions apps/findmydevice/build/build.js
Expand Up @@ -8,9 +8,9 @@ var utils = require('utils');
function execute(config) {
var init = utils.getFile(config.STAGE_APP_DIR, 'js', 'config.js');
var content = {
'api_url': 'https://fmd.stage.mozaws.net',
'api_url': 'https://find.firefox.com',
'api_version': '1',
'audience_url': 'https://oauth.stage.mozaws.net/v1'
'audience_url': 'https://oauth.accounts.firefox.com/v1'
};

var distDir = config.GAIA_DISTRIBUTION_DIR;
Expand Down
2 changes: 1 addition & 1 deletion apps/settings/build/build.js
Expand Up @@ -34,7 +34,7 @@ SettingsAppBuilder.prototype.writeFindMyDeviceConfigJSON = function(options) {
var file = utils.getFile(options.STAGE_APP_DIR,
'resources', 'findmydevice.json');
var defaultContent = {
audience_url: 'https://oauth.stage.mozaws.net/v1',
audience_url: 'https://oauth.accounts.firefox.com/v1',
};

var content = utils.getDistributionFileContent('findmydevice',
Expand Down
4 changes: 2 additions & 2 deletions customization/findmydevice.json
@@ -1,5 +1,5 @@
{
'api_url': 'https://fmd.stage.mozaws.net',
'api_url': 'https://find.firefox.com',
'api_version': '1',
'audience_url': 'https://oauth.stage.mozaws.net/v1'
'audience_url': 'https://oauth.accounts.firefox.com/v1'
};

0 comments on commit ff88cd0

Please sign in to comment.