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