-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
83 lines (69 loc) · 2.77 KB
/
Copy pathexample.env
File metadata and controls
83 lines (69 loc) · 2.77 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Specify your secrets here
# This file must not be committed to source control
## Adobe I/O Runtime credentials, generated from `aio login`
AIO_runtime_auth=x
AIO_runtime_namespace=60038-161ivoryjackal-stage
AIO_runtime_apihost=https://adobeioruntime.net
AIO_RUNTIME_NAMESPACE=x
AIO_RUNTIME_AUTH=x
# download JSON from Adobe Developer Console > Project overview, in URL
AIO_PROJECT_ID=x
AIO_PROJECT_WORKSPACE_ID=x
# download JSON from Adobe Developer Console > Project overview, from JSON download
# project.org.ims_org_id
AIO_IMSORGID=x
# project.org.id (consumer ID)
AIO_CONSUMER_ID=x
# from Adobe Developer Console > Project overview > OAuth Server-to-Server credential
AIO_CLIENTID=x
AIO_CLIENTSECRET=x
# comma-separated scopes, visible on the credential overview page in Developer Console
AIO_SCOPES=AdobeID,openid,read_organizations,additional_info.projectedProductContext,additional_info.roles,adobeio_api,read_client_secret,manage_client_secrets,aem.frontend.all
# Custom Events Provider ID (from Adobe I/O Events Provider API)
AIO_EVENTS_PROVIDER_ID_STAGE=ce40dfc9-9a94-41cc-a05a-1334d674fc8c
AIO_EVENTS_PROVIDER_ID_PROD=838bd20b-5725-4f72-96f7-d486799cdabf
# EBS SOAP API base URL
EBS_BASE_URL= # set to prod on prod, stage on stage
EBS_BASE_URL_STAGE=
EBS_BASE_URL_PROD=
EBS_API_KEY= # set to prod on prod, stage on stage
EBS_API_KEY_STAGE=
EBS_API_KEY_PROD=
# EBS JSON API
EBS_JSON_BASE_URL= # set to prod on prod, stage on stage
EBS_JSON_BASE_URL_STAGE=
EBS_JSON_BASE_URL_PROD=
EBS_JSON_API_KEY= # set to prod on prod, stage on stage
EBS_JSON_API_KEY_STAGE=
EBS_JSON_API_KEY_PROD=
# Productbus service token with emails:send permission
EMAIL_TOKEN=x
# helix-proxy token for the org/site
PROXY_TOKEN=x
# ebs-sync action — commerce API
EDGE_COMMERCE_API_BASE=https://api.adobecommerce.live
# ebs-sync action — HTTP status endpoint auth token
# generate with: node -e "console.log(require('crypto').randomUUID())"
SYNC_STATUS_TOKEN_STAGE=
SYNC_STATUS_TOKEN_PROD=
SYNC_STATUS_TOKEN=
# token with permissions:
# - orders:read
# - orders:custom:write
# - journal:orders:read
EDGE_COMMERCE_API_ORDERS_TOKEN_STAGE=
EDGE_COMMERCE_API_ORDERS_TOKEN_PROD=
EDGE_COMMERCE_API_ORDERS_TOKEN=
# recipe-notify action — CalcMenu recipe journal API
# All have sensible in-code defaults; override here only if they change.
RECIPE_API_URL=https://vitamix.calcmenuweb.com/ws/service.asmx/GetUpdatedRecipes
RECIPE_API_ID=API
RECIPE_API_PSWD=Vitamix!
# recipe-notify action — deep links
RECIPE_SITE_BASE=https://www.vitamix.com
RECIPE_LINK_LOCALE=us/en_us
# recipe-notify action — HTTP trigger/status auth token
# generate with: node -e "console.log(require('crypto').randomUUID())"
RECIPE_NOTIFY_TOKEN=
# recipe-notify action — prod-only gate. Set "true" in PROD ONLY; leave blank in stage.
RECIPE_NOTIFY_ENABLED=