Skip to content

Commit 4113387

Browse files
committed
reverting default.js changes
1 parent c45e22f commit 4113387

File tree

1 file changed

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

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = {
3131
},
3232
login: {
3333
passwordless: {
34-
enabled: true,
34+
enabled: false,
3535
callbackURI:
3636
process.env.PASSWORDLESS_LOGIN_CALLBACK_URI || '/passwordless-login-callback',
3737
landingPath: '/passwordless-login-landing'
@@ -46,7 +46,7 @@ module.exports = {
4646
landingPath: '/reset-password-landing'
4747
}
4848
},
49-
defaultSite: 'RefArch',
49+
defaultSite: 'RefArchGlobal',
5050
siteAliases: {
5151
RefArch: 'us',
5252
RefArchGlobal: 'global'
@@ -55,10 +55,10 @@ module.exports = {
5555
commerceAPI: {
5656
proxyPath: `/mobify/proxy/api`,
5757
parameters: {
58-
clientId: '0862025d-be6e-4ec8-a2e2-f0ee027297f6',
58+
clientId: 'c9c45bfd-0ed3-4aa2-9971-40f88962b836',
5959
organizationId: 'f_ecom_zzrf_001',
60-
shortCode: 'staging-001',
61-
siteId: 'RefArch'
60+
shortCode: '8o7m175y',
61+
siteId: 'RefArchGlobal'
6262
}
6363
},
6464
einsteinAPI: {
@@ -103,7 +103,7 @@ module.exports = {
103103
ssrFunctionNodeVersion: '22.x',
104104
proxyConfigs: [
105105
{
106-
host: 'staging-001.api.commercecloud.salesforce.com',
106+
host: 'kv7kzm78.api.commercecloud.salesforce.com',
107107
path: 'api'
108108
},
109109
{

0 commit comments

Comments
 (0)