Skip to content

Commit a50b1ba

Browse files
committed
Update README
1 parent 9006fc8 commit a50b1ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)