Skip to content

Commit

Permalink
MOL-587
Browse files Browse the repository at this point in the history
- update build version
  • Loading branch information
tdang1-shopmacher committed Dec 23, 2024
1 parent 3e8b508 commit d3a76e8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions processor/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ AUTHENTICATION_MODE=<YOUR_AUTHENTICATION_MODE>
CTP_AUTH_URL=https://auth.<YOUR_CTP_REGION>.commercetools.com
CTP_API_URL=https://api.<YOUR_CTP_REGION>.commercetools.com

## CT Session Middleware options
### The public-facing URL used to connect to the server / serverless function.
### The value should only contain the origin URL (protocol, hostname, port),
### the request path is inferred from the incoming request.
CTP_SESSION_AUDIENCE=https://mc.<YOUR_CTP_REGION>.commercetools.com
### The cloud identifier (see `CLOUD_IDENTIFIERS`) that maps to the MC API URL
### of the related cloud region or the MC API URL
### e.g. gcp-eu
CTP_SESSION_ISSUER=gcp-eu

## Mollie PSP credentials
DEBUG=<INTEGER_VALUE> ## Either 1 for enable or 0 for disable
CONNECTOR_MODE=<YOUR_CONNECTOR_MODE> ## Either test or live
Expand Down

0 comments on commit d3a76e8

Please sign in to comment.