-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
29 lines (29 loc) · 1.05 KB
/
config.json
File metadata and controls
29 lines (29 loc) · 1.05 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
{
"public": {
"default": {
"commerce-core-endpoint": "https://edge-sandbox-graph.adobe.io/api/1d48f54c-d477-41c9-81a4-8abe6c49a8c0/graphql",
"commerce-endpoint": "https://edge-sandbox-graph.adobe.io/api/1d48f54c-d477-41c9-81a4-8abe6c49a8c0/graphql",
"headers": {
"cs": {
"Magento-Customer-Group": "b6589fc6ab0dc82cf12099d1c2d40ab994e8410c",
"Magento-Store-Code": "main_website_store",
"Magento-Store-View-Code": "default",
"Magento-Website-Code": "base",
"x-api-key": "4dfa19c9fe6f4cccade55cc5b3da94f7",
"Magento-Environment-Id": "f38a0de0-764b-41fa-bd2c-5bc2f3c7b39a"
}
},
"analytics": {
"base-currency-code": "USD",
"environment": "Production",
"store-id": 1,
"store-name": "Main Website Store",
"store-url": "https://main--accs--borjavicentemedel.aem.live/",
"store-view-id": 1,
"store-view-name": "Default Store View",
"website-id": 1,
"website-name": "Main Website"
}
}
}
}