Skip to content

Commit

Permalink
[DOCS-4818] EUDC instructions update (#428)
Browse files Browse the repository at this point in the history
* EUDC instructions update

* Formatting
  • Loading branch information
bradumbaugh committed Aug 14, 2024
1 parent f8ad569 commit 551f980
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2349,14 +2349,11 @@ If your Iterable project is hosted on Iterable's [European data center (EUDC)](h
you'll need to configure Iterable's Web SDK to interact with Iterable's EU-based
API endpoints.
To do this, you have two options:
To do this:
- On the web server that hosts your site, set the `IS_EU_ITERABLE_SERVICE`
environment variable to `true`.
- Or, when use [`initializeWithConfig`](#initializeWithConfig) to initialize
the SDK (rather then [`initialize`](#initialize)), and set set the
`isEuIterableService` configuration option to `true`. For example:
- Use [`initializeWithConfig`](#initializeWithConfig) to initialize the SDK
(rather then [`initialize`](#initialize)).
- Set the `isEuIterableService` configuration option to `true`. For example:
```ts
import { initializeWithConfig } from '@iterable/web-sdk';
Expand Down

0 comments on commit 551f980

Please sign in to comment.