· 5 years ago · Nov 20, 2020, 08:20 AM
1{
2 "customerdb": "https://customers.highwear.co",
3 "razorpay": {
4 "key": "rzp_live_A5Cq4zEPq0gjRM",
5 "endpoint": "https://payments.highwear.co/"
6 },
7 "theme": "@highwear/theme-default",
8 "api": {
9 "url": "https://highwear.co/api"
10 },
11 "googleTagManager": {
12 "id": "GTM-MZ25ZD4",
13 "debug": true,
14 "product_attributes": [
15 "name",
16 "id",
17 {
18 "sku": "variant"
19 },
20 {
21 "special_price": "price"
22 },
23 {
24 "qty": "quantity"
25 }
26 ]
27 },
28 "products": {
29 "thumbnails": {
30 "width": 324,
31 "height": 489
32 }
33 },
34 "cart": {
35 "thumbnails": {
36 "width": 210,
37 "height": 300
38 }
39 },
40 "entities": {
41 "category": {
42 "categoriesDynamicPrefetch": false
43 },
44 "attribute": {
45 "loadByAttributeMetadata": true
46 }
47 },
48 "quicklink": {
49 "enabled": false
50 },
51 "server": {
52 "api": "api-search-query"
53 },
54 "urlModule": {
55 "enableMapFallbackUrl": true
56 }
57}