Skip to content

Commit 0b4be3e

Browse files
committed
update docs
1 parent 0818b2d commit 0b4be3e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,17 @@ Obtain a PAT-token from the Settings/Account tab of the devorg where you deploy
364364

365365
`$ chef-cli manage --env prod`
366366

367+
If your org is no in US-East-1, you have to override an environment variable to make sure the tool reaches to the right server, eg:
368+
369+
```bash
370+
ACTIVE_PARTITION=dvrv-in-1 chef-cli manage --env prod
371+
```
372+
where the options are:
373+
"dvrv-us-1"
374+
"dvrv-eu-1"
375+
"dvrv-in-1"
376+
"dvrv-de-1"
377+
367378
## Metadata tips
368379

369380
You are required to provide an external_domain_metadata file from your extractor, describing the logical schema of the external system.

0 commit comments

Comments
 (0)