Skip to content

Commit

Permalink
Update int/stage devrelay host connection URLs
Browse files Browse the repository at this point in the history
Signed-off-by: Liam McLoughlin <lmcloughlin@google.com>
  • Loading branch information
Hexxeh committed Mar 22, 2023
1 parent 9852188 commit 68a0bf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sdk-cli/src/auth/environments.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"stage": {
"clientId": "228VJK",
"apiUrl": "https://api.fitbit-stage.com:443",
"devRelayUrl": "wss://developer-relay-stage-frontend.site-ops.fitbit.com/"
"devRelayUrl": "wss://027-v3-api-soa.fitbit-stage.com:443/dbridge/"
},
"int": {
"clientId": "228W5N",
"apiUrl": "https://api.fitbit-int.com:443",
"devRelayUrl": "wss://developer-relay-int-frontend.site-ops.fitbit.com/"
"devRelayUrl": "wss://027-v3-api-soa.fitbit-int.com:443/dbridge/"
}
}

0 comments on commit 68a0bf7

Please sign in to comment.