File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
data/reusables/enterprise-migration-tool Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 33 * If you're using Terminal, use the ` export ` command.
44
55 ``` shell copy
6- export TARGET_API_URL=" https://api.{% data variables.enterprise.data_residency_example_domain %} "
6+ export TARGET_API_URL=" https://api.SUBDOMAIN.ghe.com "
77 ```
88
99 * If you' re using PowerShell, use the `$env` command.
1010
1111 ```shell copy
12- $env:TARGET_API_URL="https://api.{% data variables.enterprise.data_residency_example_domain %} "
12+ $env:TARGET_API_URL="https://api.SUBDOMAIN.ghe.com "
1313 ```
1414
15+ > [!IMPORTANT]
16+ > Ensure to replace `SUBDOMAIN` with your enterprise' s subdomain.
17+ >
18+ > For example, if your enterprise' s subdomain is `acme`, the `TARGET_API_URL` value would be `https://api.acme.ghe.com`.
19+
1520 You' ll use this variable with the ` --target-api-url` option in commands you run with the {% data variables.product.prodname_cli %}.
You can’t perform that action at this time.
0 commit comments