Skip to content

Commit

Permalink
Update profile_host for FxA production
Browse files Browse the repository at this point in the history
  • Loading branch information
mstriemer committed Feb 5, 2016
1 parent aadbc6d commit c899910
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/olympia/conf/prod/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
'client_secret': env('FXA_CLIENT_SECRET'),
'content_host': 'https://accounts.firefox.com',
'oauth_host': 'https://oauth.accounts.firefox.com/v1',
'profile_host': 'https://profile.accounts.firefox.com/v1/profile',
'profile_host': 'https://profile.accounts.firefox.com/v1',
'redirect_url':
'https://addons.mozilla.org/api/v3/accounts/authorize/',
'scope': 'profile',
Expand Down
2 changes: 1 addition & 1 deletion src/olympia/conf/stage/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
'client_secret': env('FXA_CLIENT_SECRET'),
'content_host': 'https://accounts.firefox.com',
'oauth_host': 'https://oauth.accounts.firefox.com/v1',
'profile_host': 'https://profile.accounts.firefox.com/v1/profile',
'profile_host': 'https://profile.accounts.firefox.com/v1',
'redirect_url':
'https://addons.allizom.org/api/v3/accounts/authorize/',
'scope': 'profile',
Expand Down

0 comments on commit c899910

Please sign in to comment.