Created
October 23, 2019 17:15
-
-
Save dannycoates/634be06bb7bbc13015702a9864f57cc0 to your computer and use it in GitHub Desktop.
oauth->auth fxa-dev-launcher profile patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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