From f25e66317598bf441203b3f3768109e63b077c38 Mon Sep 17 00:00:00 2001 From: HaimKortovich Date: Thu, 14 May 2026 16:06:09 -0500 Subject: [PATCH] set auth origin --- nuxt.config.ts | 1 - ops/chart/values.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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