Skip to content

Instantly share code, notes, and snippets.

@dannycoates
Created October 23, 2019 17:15
Show Gist options
  • Save dannycoates/634be06bb7bbc13015702a9864f57cc0 to your computer and use it in GitHub Desktop.
Save dannycoates/634be06bb7bbc13015702a9864f57cc0 to your computer and use it in GitHub Desktop.
oauth->auth fxa-dev-launcher profile patch
diff --git a/profile.js b/profile.js
index f4d426a..410d5dc 100644
--- a/profile.js
+++ b/profile.js
@@ -7,7 +7,7 @@ var CONFIGS = {
content: 'http://127.0.0.1:3030/',
token: 'http://localhost:5000/token/1.0/sync/1.5',
loop: 'http://localhost:10222',
- oauth: 'http://127.0.0.1:9010/v1',
+ oauth: 'http://127.0.0.1:9000/v1',
profile: 'http://localhost:1111/v1'
},
'latest': {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment