Skip to content

Commit 0db17f6

Browse files
author
Brad Umbaugh
authored
EUDC instructions (#224)
* Docs updates for refreshJwtToken * Removed a semicolon * EUDC language
1 parent 60ef61a commit 0db17f6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ or with a CDN:
3838
<script src="https://unpkg.com/@iterable/web-sdk/index.js"></script>
3939
```
4040

41+
# Iterable's European data center (EUDC)
42+
43+
If your Iterable project is hosted on Iterable's [European data center (EUDC)](https://support.iterable.com/hc/articles/17572750887444), you'll need to configure Iterable's Web SDK to interact with Iterable's EU-based API endpoints.
44+
45+
To do this, on the web server that hosts your site, set the `IS_EU_ITERABLE_SERVICE` environment variable to `true`.
46+
4147
# API
4248

4349
Below are the methods this SDK exposes. See [Iterable's API Docs](https://api.iterable.com/api/docs) for information on what data to pass and what payload to receive from the HTTP requests.
@@ -460,6 +466,7 @@ import { updateUserEmail } from '@iterable/web-sdk';
460466
updateUserEmail('[email protected]').then().catch();
461467
```
462468

469+
463470
# FAQ
464471

465472
## How do I make API requests with the SDK?

0 commit comments

Comments
 (0)