-
Notifications
You must be signed in to change notification settings - Fork 9
/
.env.example
28 lines (20 loc) · 1.07 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Use for absolute GraphQL Endpoint from CoreMedia content headless server
COREMEDIA_ENDPOINT=http://<headless-server.example>/graphql
# Use for absolute GraphQL Endpoint from coremedia commerce headless server.
# if not set, the mock server is used on localhost in DEV
#CATALOG_ENDPOINT=http://<headless-commerce-server.example>/graphql
# Use for absolute GraphQL Endpoint from coremedia campaign service.
# if not set, stitching will run without it
#CAMPAIGN_ENDPOINT=https://api.campaigns.coremedia.io/
#CAMPAIGN_AUTHORIZATION_ID=my-campaign-delivery-preview-token
# optional environment variables
# set to 0 to disable cert validation for self-signed certs
NODE_TLS_REJECT_UNAUTHORIZED=0
# access token for protected CoreMedia Content Cloud instances
#COREMEDIA_CLOUD_ACCESS_TOKEN=
# set npm loglevel, see https://github.com/winstonjs/winston#logging-levels, default is info
COREMEDIA_STITCHING_LOGLEVEL=debug
# set true to enable file logging to "./logs/stitching.log", default is false
#COREMEDIA_STITCHING_ENABLE_LOGFILE=true
# enable debugging for proxy
#DEBUG=express-http-proxy