Skip to content

Commit 65b70db

Browse files
committed
Revert PWA Kit config
1 parent 4ccfbc9 commit 65b70db

File tree

1 file changed

+11
-11
lines changed
  • packages/template-retail-react-app/config

1 file changed

+11
-11
lines changed

packages/template-retail-react-app/config/default.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ module.exports = {
1515
showDefaults: true,
1616
interpretPlusSignAsSpace: false
1717
},
18-
defaultSite: 'RefArch',
19-
// siteAliases: {
20-
// RefArch: 'us',
21-
// RefArchGlobal: 'global'
22-
// },
18+
defaultSite: 'RefArchGlobal',
19+
siteAliases: {
20+
RefArch: 'us',
21+
RefArchGlobal: 'global'
22+
},
2323
sites,
2424
commerceAPI: {
2525
proxyPath: `/mobify/proxy/api`,
2626
parameters: {
27-
clientId: '987fc116-d30c-4537-93cb-c2bd433c3b5a',
28-
organizationId: 'f_ecom_zzrf_002',
29-
shortCode: 'kv7kzm78',
30-
siteId: 'RefArch'
27+
clientId: 'c9c45bfd-0ed3-4aa2-9971-40f88962b836',
28+
organizationId: 'f_ecom_zzrf_001',
29+
shortCode: '8o7m175y',
30+
siteId: 'RefArchGlobal'
3131
}
3232
},
3333
einsteinAPI: {
@@ -53,11 +53,11 @@ module.exports = {
5353
ssrFunctionNodeVersion: '20.x',
5454
proxyConfigs: [
5555
{
56-
host: 'kv7kzm78.api.commercecloud.salesforce.com',
56+
host: '8o7m175y.api.commercecloud.salesforce.com',
5757
path: 'api'
5858
},
5959
{
60-
host: 'zzrf-002.dx.commercecloud.salesforce.com',
60+
host: 'zzrf-001.dx.commercecloud.salesforce.com',
6161
path: 'ocapi'
6262
}
6363
]

0 commit comments

Comments
 (0)