From 4c29f6e792a1f6465115f5073ff986e285846b8f Mon Sep 17 00:00:00 2001 From: deetz99 Date: Sun, 12 Jan 2025 19:49:33 -0800 Subject: [PATCH] fix --- strr-base-web/app/types/strr-base-app-config.d.ts | 10 ++-------- strr-base-web/nuxt.config.ts | 9 +++------ 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/strr-base-web/app/types/strr-base-app-config.d.ts b/strr-base-web/app/types/strr-base-app-config.d.ts index 043c098c..5a0ee348 100644 --- a/strr-base-web/app/types/strr-base-app-config.d.ts +++ b/strr-base-web/app/types/strr-base-app-config.d.ts @@ -18,10 +18,7 @@ declare module 'nuxt/schema' { }, sbcWebMsg: { enable: boolean, - allowedRoutes: string[] | undefined, - genesysUrl: string, - genesysEnvironmentKey: string, - genesysDeploymentKey: string + allowedRoutes: string[] | undefined } } } @@ -47,10 +44,7 @@ declare module 'nuxt/schema' { }, sbcWebMsg: { enable: boolean, - allowedRoutes: string[] | undefined, - genesysUrl: string, - genesysEnvironmentKey: string, - genesysDeploymentKey: string + allowedRoutes: string[] | undefined } } } diff --git a/strr-base-web/nuxt.config.ts b/strr-base-web/nuxt.config.ts index b269c549..fed09f1b 100644 --- a/strr-base-web/nuxt.config.ts +++ b/strr-base-web/nuxt.config.ts @@ -91,12 +91,9 @@ export default defineNuxtConfig({ housingStrrUrl: process.env.NUXT_REGISTRY_HOME_URL, // TODO: update to NUXT_HOUSING_STRR_URL once we get the housing strr url set declineTosRedirectUrl: process.env.NUXT_DECLINE_TOS_REDIRECT_URL, bcGovStrrUrl: process.env.NUXT_BCGOV_STRR_URL, - genesysUrl: 'https://apps.cac1.pure.cloud/genesys-bootstrap/genesys.min.js', - genesysEnvironmentKey: 'prod-cac1', - genesysDeploymentKey: '1c8e851a-5bc8-4d50-bc7b-2f6365e04124' - // genesysUrl: process.env.NUXT_GENESYS_URL, - // genesysEnvironmentKey: process.env.NUXT_GENESYS_ENVIRONMENT_KEY || '', - // genesysDeploymentKey: process.env.NUXT_GENESYS_DEPLOYMENT_KEY || '' + genesysUrl: process.env.NUXT_GENESYS_URL, + genesysEnvironmentKey: process.env.NUXT_GENESYS_ENVIRONMENT_KEY || '', + genesysDeploymentKey: process.env.NUXT_GENESYS_DEPLOYMENT_KEY || '' // set by layer - still required in .env // keycloakAuthUrl - NUXT_KEYCLOAK_AUTH_URL // keycloakClientId - NUXT_KEYCLOAK_CLIENTID