diff --git a/nuxt.config.ts b/nuxt.config.ts index 7034c87..79517f7 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -22,7 +22,6 @@ export default defineNuxtConfig({ }, runtimeConfig: { // can be overriden NUXT_AUTH_ORIGIN - authOrigin: '', authSecret: '', zitadelDomain: '', zitadelClientId: '', diff --git a/ops/chart/values.yaml b/ops/chart/values.yaml index 6d2eb50..012e996 100644 --- a/ops/chart/values.yaml +++ b/ops/chart/values.yaml @@ -27,7 +27,7 @@ controllers: value: "https://dev.api.corredorconect.com/workload/api/v1" - name: NUXT_PUBLIC_DOCUMENT_API_BASE value: "https://dev.api.corredorconect.com/document/api/v1" - - name: NUXT_AUTH_ORIGIN + - name: AUTH_ORIGIN value: https://dev.corredorconect.com/api/auth - name: NUXT_ZITADEL_DOMAIN value: https://id.corredorconect.com