-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.dist
More file actions
76 lines (67 loc) · 3.19 KB
/
env.dist
File metadata and controls
76 lines (67 loc) · 3.19 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
# ACO Configuration
# The following values define the Commerce Optimizer instance data will be synchronized to.
# See ACO SDK documentation for more information: https://github.com/adobe-commerce/aco-ts-sdk?tab=readme-ov-file#get-your-tenant-id-region-and-environment
# ACO_TENANT_ID: The ID of your Commerce Optimizer instance (ie.XdAHsRLZSusTtmCu3Kzobk).
# ACO_REGION: The region your Commerce Optimizer instance is in (ie. na1)
# ACO_ENVIRONMENT_TYPE: The type of Commerce Optimizer instance (ie. sandbox or production).
# ACO_STOREFRONT_URL: The URL of your Commerce Optimizer storefront. Optional.
ACO_TENANT_ID=
ACO_REGION=
ACO_ENVIRONMENT_TYPE=
ACO_STOREFRONT_URL=
# AppBuilder Server-to-Server Credentials
# The following values can be copied from the Credential details page in AppBuilder under Organization > Project > Workspace > OAuth Server-to-Server
OAUTH_CLIENT_ID=
OAUTH_CLIENT_SECRET=
OAUTH_TECHNICAL_ACCOUNT_ID=
OAUTH_TECHNICAL_ACCOUNT_EMAIL=
OAUTH_ORG_ID=
# Workspace Configuration
# The following values can be copied from the JSON downloadable in AppBuilder from Organization > Project > Workspace
# IO_CONSUMER corresponds to project.org.id
# IO_PROJECT_ID corresponds to project.id
# IO_WORKSPACE_ID corresponds to project.workspace.id
IO_CONSUMER_ID=
IO_PROJECT_ID=
IO_WORKSPACE_ID=
# SFCC Configuration
# The following values define the Salesforce Commerce Cloud instance data will be synchronized from.
# SFCC_API_BASE_URL: The base URL of your SFCC instance’s SCAPI endpoint.
# SFCC_REALM_ID: Your SFCC instance’s Realm ID.
# SFCC_INSTANCE_ID: Your SFCC instance’s instance ID.
# SFCC_ORGANIZATION_ID: Your SFCC instance’s organization ID.
# SFCC_SITE_URL: The URL of the frontend of your SFCC site. Optional.
# SFCC_ADMIN_SITE_URL: The URL of the Business Manager backend of your SFCC site. Optional.
# SFCC_SITE_ID: The id of the SFCC site to sync.
# SFCC_LOCALES_TO_SYNC: A comma separated list of the locales to sync (ie. en-US,fr).
SFCC_API_BASE_URL=
SFCC_REALM_ID=
SFCC_INSTANCE_ID=
SFCC_ORGANIZATION_ID=
SFCC_SITE_URL=
SFCC_ADMIN_SITE_URL=
SFCC_SITE_ID=
SFCC_LOCALES_TO_SYNC=
# SFCC Credentials
# The following values configure the Salesforce Commerce Cloud SCAPI client used to retrieve data.
# SFCC_AUTH_URL: The URL of the SFCC OAuth endpoint.
# SFCC_CLIENT_ID: The ID of the SFCC Admin API client.
# SFCC_CLIENT_SECRET: The client secret associated with the SFCC Admin API client above.
SFCC_AUTH_URL=https://account.demandware.com/dwsso/oauth2/access_token
SFCC_CLIENT_ID=
SFCC_CLIENT_SECRET=
# Open Telemetry
TELEMETRY_ENABLE=
NGROK_URL=
IO_MANAGEMENT_BASE_URL=https://api.adobe.io/events/
# Inserted by AIO CLI
## Adobe I/O Runtime credentials
AIO_runtime_auth=
AIO_runtime_namespace=
AIO_runtime_apihost=
AIO_ims_contexts_Credential__in__ACO__SFCC__Starter__Kit__-__Stage_client__id=
AIO_ims_contexts_Credential__in__ACO__SFCC__Starter__Kit__-__Stage_client__secrets=
AIO_ims_contexts_Credential__in__ACO__SFCC__Starter__Kit__-__Stage_technical__account__email=
AIO_ims_contexts_Credential__in__ACO__SFCC__Starter__Kit__-__Stage_technical__account__id=
AIO_ims_contexts_Credential__in__ACO__SFCC__Starter__Kit__-__Stage_scopes=
AIO_ims_contexts_Credential__in__ACO__SFCC__Starter__Kit__-__Stage_ims__org__id=