set auth origin
All checks were successful
Build and Publish / build-release (push) Successful in 57s
All checks were successful
Build and Publish / build-release (push) Successful in 57s
This commit is contained in:
@@ -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: '',
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user