Skip to content

Commit 1a2c730

Browse files
committed
create local commerce config
1 parent 1ff88f4 commit 1a2c730

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

config.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"public": {
3+
"default": {
4+
"commerce-core-endpoint": "https://edge-sandbox-graph.adobe.io/api/a460593c-5041-4d2b-9b55-db967276d67f/graphql",
5+
"commerce-endpoint": "https://edge-sandbox-graph.adobe.io/api/a460593c-5041-4d2b-9b55-db967276d67f/graphql",
6+
"headers": {
7+
"cs": {
8+
"Magento-Customer-Group": "b6589fc6ab0dc82cf12099d1c2d40ab994e8410c",
9+
"Magento-Store-Code": "main_website_store",
10+
"Magento-Store-View-Code": "default",
11+
"Magento-Website-Code": "base",
12+
"x-api-key": "4dfa19c9fe6f4cccade55cc5b3da94f7",
13+
"Magento-Environment-Id": "f38a0de0-764b-41fa-bd2c-5bc2f3c7b39a"
14+
}
15+
},
16+
"analytics": {
17+
"base-currency-code": "USD",
18+
"environment": "Production",
19+
"store-id": 1,
20+
"store-name": "Main Website Store",
21+
"store-url": "https://main--svstorefront--Commerce-Demo-System-Storefronts.aem.live/",
22+
"store-view-id": 1,
23+
"store-view-name": "Default Store View",
24+
"website-id": 1,
25+
"website-name": "Main Website"
26+
}
27+
}
28+
}
29+
}

0 commit comments

Comments
 (0)