set auth origin
All checks were successful
Build and Publish / build-release (push) Successful in 57s

This commit is contained in:
2026-05-14 16:06:09 -05:00
parent 69c317cc96
commit f25e663175
2 changed files with 1 additions and 2 deletions

View File

@@ -22,7 +22,6 @@ export default defineNuxtConfig({
}, },
runtimeConfig: { runtimeConfig: {
// can be overriden NUXT_AUTH_ORIGIN // can be overriden NUXT_AUTH_ORIGIN
authOrigin: '',
authSecret: '', authSecret: '',
zitadelDomain: '', zitadelDomain: '',
zitadelClientId: '', zitadelClientId: '',

View File

@@ -27,7 +27,7 @@ controllers:
value: "https://dev.api.corredorconect.com/workload/api/v1" value: "https://dev.api.corredorconect.com/workload/api/v1"
- name: NUXT_PUBLIC_DOCUMENT_API_BASE - name: NUXT_PUBLIC_DOCUMENT_API_BASE
value: "https://dev.api.corredorconect.com/document/api/v1" value: "https://dev.api.corredorconect.com/document/api/v1"
- name: NUXT_AUTH_ORIGIN - name: AUTH_ORIGIN
value: https://dev.corredorconect.com/api/auth value: https://dev.corredorconect.com/api/auth
- name: NUXT_ZITADEL_DOMAIN - name: NUXT_ZITADEL_DOMAIN
value: https://id.corredorconect.com value: https://id.corredorconect.com