-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathdiscovery.config.js
80 lines (80 loc) · 1.86 KB
/
discovery.config.js
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
module.exports = {
seo: {
title: "FastStore Starter",
description: "Fast Demo Store",
titleTemplate: "%s | FastStore",
author: "FastStore",
},
theme: "custom-theme",
platform: "vtex",
api: {
storeId: "storeframework",
workspace: "master",
environment: "vtexcommercestable",
hideUnavailableItems: false,
incrementAddress: false,
},
session: {
currency: {
code: "USD",
symbol: "$",
},
locale: "en-US",
channel: '{"salesChannel":"1","regionId":""}',
country: "USA",
deliveryMode: null,
addressType: null,
postalCode: null,
geoCoordinates: null,
person: null,
},
cart: {
id: "",
items: [],
messages: [],
shouldSplitItem: true,
},
storeUrl: "https://vtexfaststore.com",
secureSubdomain: "https://secure.vtexfaststore.com",
checkoutUrl: "https://secure.vtexfaststore.com/checkout",
loginUrl: "https://secure.vtexfaststore.com/api/io/login",
accountUrl: "https://secure.vtexfaststore.com/api/io/account",
previewRedirects: {
home: "/",
plp: "/office",
search: "/s?q=headphone",
pdp: "/apple-magic-mouse/p",
},
lighthouse: {
server: "http://localhost:3000",
pages: {
home: "/",
pdp: "/4k-philips-monitor-99988213/p",
collection: "/office",
},
},
cypress: {
pages: {
home: "/",
pdp: "/4k-philips-monitor-99988213/p",
collection: "/office",
collection_2: "/technology",
collection_filtered:
"/office/?category-1=office&marca=acer&facets=category-1%2Cmarca",
search: "/s?q=orange",
},
},
analytics: {
gtmContainerId: "GTM-PGHZ95N",
},
experimental: {
nodeVersion: 18,
cypressVersion: 12,
},
account: "storeframework",
vtexHeadlessCms: {
webhookUrls: [
"https://storeframework.myvtex.com/cms-releases/webhook-releases",
],
},
};