-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathdefault-config.json
More file actions
41 lines (41 loc) · 1.25 KB
/
default-config.json
File metadata and controls
41 lines (41 loc) · 1.25 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
{
"public": {
"default": {
"aem" : {
"author": "https://author-p130360-e1272151.adobeaemcloud.com",
"publish": "https://publish-p130360-e1272151.adobeaemcloud.com"
},
"commerce-core-endpoint": "https://www.aemshop.net/graphql",
"commerce-endpoint": "https://catalog-service-sandbox.adobe.io/graphql",
"headers": {
"all": {
"Store": "default"
},
"cs": {
"Magento-Customer-Group": "b6589fc6ab0dc82cf12099d1c2d40ab994e8410c",
"Magento-Store-Code": "main_website_store",
"Magento-Store-View-Code": "default",
"Magento-Website-Code": "base",
"x-api-key": "catalog-service-sandbox-apollo",
"Magento-Environment-Id": "e731ca28-168d-4ba3-8cb4-e647f0418e7a"
}
},
"analytics": {
"base-currency-code": "USD",
"environment": "Production",
"store-id": 1,
"store-name": "Main Website Store",
"store-url": "https://www.aemshop.net",
"store-view-id": 1,
"store-view-name": "Default Store View",
"website-id": 1,
"website-name": "Main Website"
},
"plugins": {
"picker": {
"rootCategory": "2"
}
}
}
}
}