generated from demo-system-stores/accs-citisignal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
51 lines (51 loc) · 1.59 KB
/
config.json
File metadata and controls
51 lines (51 loc) · 1.59 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
{
"public": {
"default": {
"commerce-core-endpoint": "https://edge-sandbox-graph.adobe.io/api/a8101baa-b235-4d8e-88c4-734e5f054b56/graphql",
"commerce-endpoint": "https://edge-sandbox-graph.adobe.io/api/a8101baa-b235-4d8e-88c4-734e5f054b56/graphql",
"commerce-assets-enabled": true,
"commerce-assets-quality": 95,
"headers": {
"all": {
"Store": "citisignal_us"
},
"cs": {
"Magento-Customer-Group": "b6589fc6ab0dc82cf12099d1c2d40ab994e8410c",
"Magento-Store-Code": "citisignal_store",
"Magento-Store-View-Code": "citisignal_us",
"Magento-Website-Code": "citisignal",
"x-api-key": "4dfa19c9fe6f4cccade55cc5b3da94f7",
"Magento-Environment-Id": "G8b9X9oVp44YqwE4mw21H4"
}
},
"analytics": {
"base-currency-code": "USD",
"environment": "Production",
"store-id": 1,
"store-name": "Main Website Store",
"store-url": "https://main--accs-citisignal--demo-system-stores.aem.live/",
"store-view-id": 1,
"store-view-name": "Default Store View",
"website-id": 1,
"website-name": "Main Website"
},
"plugins": {
"picker": {
"rootCategory": "YOUR_ROOT_CATEGORY_ID"
}
}
},
"/citisignal-fr/": {
"headers": {
"all": {
"Store": "citisignal_fr"
},
"cs": {
"Magento-Store-Code": "citisignal_store",
"Magento-Website-Code": "citisignal",
"Magento-Store-View-Code": "citisignal_fr"
}
}
}
}
}