Skip to content

Commit

Permalink
chore(readme): update dot env urls
Browse files Browse the repository at this point in the history
  • Loading branch information
nikossvnk committed Apr 15, 2019
1 parent 62278f7 commit 1192467
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Expand Up @@ -64,11 +64,18 @@ for clients created in the past.
CTP_CLIENT_ID=<your client id>
CTP_CLIENT_SECRET=<your client secret>
CTP_PROJECT_KEY=<your project id>
CTP_AUTH_URL=https://auth.commercetools.com or https://auth.commercetools.co
CTP_API_URL=https://api.commercetools.com or https://api.commercetools.co
CTP_AUTH_URL=https://auth.commercetools.com
CTP_API_URL=https://api.commercetools.com
CTP_SCOPES=<your desired scopes>
```

or for US region change URLs to

```dotenv
CTP_AUTH_URL=https://auth.commercetools.co
CTP_API_URL=https://api.commercetools.co
```

For more information about using `.env` and `.env.local`, see
[here](https://symfony.com/doc/current/configuration/dot-env-changes.html) and
[here](https://symfony.com/blog/new-in-symfony-4-2-define-env-vars-per-environment)
Expand Down

0 comments on commit 1192467

Please sign in to comment.