get origin from env
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:
@@ -6,6 +6,7 @@ export default defineNuxtConfig({
|
||||
modules: ['nuxt-open-fetch', '@nuxt/ui', '@nuxt/eslint', '@zitadel/nuxt-auth'],
|
||||
auth: {
|
||||
baseURL: '/api/auth',
|
||||
origin: process.env.AUTH_ORIGIN,
|
||||
provider: {
|
||||
type: 'authjs',
|
||||
trustHost: true,
|
||||
|
||||
Reference in New Issue
Block a user