File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,14 +72,14 @@ As of now, these are the supported resources:
7272 export SOURCE_PROJECT_KEY = " source-project-key"
7373 export SOURCE_CLIENT_ID = " sourceClientId"
7474 export SOURCE_CLIENT_SECRET = " sourceClientSecret"
75- export SOURCE_AUTH_URL = " https://auth.eu-central-1.aws.commercetools.com" # optional parameter
75+ export SOURCE_AUTH_URL = " https://auth.eu-central-1.aws.commercetools.com/oauth/token " # optional parameter
7676 export SOURCE_API_URL = " https://api.eu-central-1.aws.commercetools.com" # optional parameter
7777 export SOURCE_SCOPES = " manage_project" # optional parameter
7878
7979 export TARGET_PROJECT_KEY = " target-project-key"
8080 export TARGET_CLIENT_ID = " targetClientId"
8181 export TARGET_CLIENT_SECRET = " targetClientSecret"
82- export TARGET_AUTH_URL = " https://auth.eu-central-1.aws.commercetools.com" # optional parameter
82+ export TARGET_AUTH_URL = " https://auth.eu-central-1.aws.commercetools.com/oauth/token " # optional parameter
8383 export TARGET_API_URL = " https://api.eu-central-1.aws.commercetools.com" # optional parameter
8484 export TARGET_SCOPES = " manage_project" # optional parameter
8585 ```
You can’t perform that action at this time.
0 commit comments