From 7958e5cb8c4b0226b7d20ff99b03b6066d2a9a42 Mon Sep 17 00:00:00 2001 From: Mikko Karkee Date: Wed, 17 Aug 2022 12:09:21 +0200 Subject: [PATCH] Updated docs with US datacenter instructions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 44dc9c0..9444ff4 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,18 @@ export function HttpLoaderFactory(http: HttpClient) { If this does not work for you, you can also integrate the [JavaScript snippet manually](https://help.phrase.com/en/articles/2183908-integrate-in-context-editor-into-any-web-framework). + +### Using the US Datacenter with ICE + +In addition to `phraseEnabled` and `projectId` in the config, also add the US specific URLs to enable working through the US endpoint. +``` + baseUrl: "https://us.app.phrase.com", + apiBaseUrl: 'https://api.us.app.phrase.com/api/v2', + oauthEndpointUrl: "https://api.us.app.phrase.com/api/v2/authorizations", + profileUrl: "https://us.app.phrase.com/settings/profile", +``` + + ## Development ### Build from source