get origin from env
All checks were successful
Build and Publish / build-release (push) Successful in 59s

This commit is contained in:
2026-05-14 13:06:52 -05:00
parent 541ae3ac80
commit bb6ee40741

View File

@@ -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,