fix env propagation
All checks were successful
Build and Publish / build-release (push) Successful in 59s
All checks were successful
Build and Publish / build-release (push) Successful in 59s
This commit is contained in:
@@ -21,11 +21,12 @@ export default defineNuxtConfig({
|
||||
colorMode: false
|
||||
},
|
||||
runtimeConfig: {
|
||||
authOrigin: process.env.AUTH_ORIGIN || '',
|
||||
authSecret: process.env.AUTH_SECRET || '',
|
||||
zitadelDomain: process.env.ZITADEL_DOMAIN || '',
|
||||
zitadelClientId: process.env.ZITADEL_CLIENT_ID || '',
|
||||
zitadelProjectId: process.env.ZITADEL_PROJECT_ID
|
||||
// can be overriden NUXT_AUTH_ORIGIN
|
||||
authOrigin: '',
|
||||
authSecret: '',
|
||||
zitadelDomain: '',
|
||||
zitadelClientId: '',
|
||||
zitadelProjectId: ''
|
||||
},
|
||||
openFetch: {
|
||||
clients: {
|
||||
|
||||
Reference in New Issue
Block a user