fix env variables

This commit is contained in:
Emily
2024-07-03 15:58:56 +02:00
parent 5314ba3f89
commit aedabd3b36
5 changed files with 14 additions and 6 deletions

View File

@@ -90,9 +90,12 @@ services:
# NUXT_GOOGLE_AUTH_CLIENT_ID: ""
# NUXT_GOOGLE_AUTH_CLIENT_SECRET: ""
# Default user created to login if no GOOGLE_AUTH_CLIENT_ID is provided
# NO_AUTH or GOOGLE
NUXT_PUBLIC_AUTH_MODE: 'NO_AUTH'
# Default user created in NO_AUTH mode
NUXT_NOAUTH_USER_EMAIL: 'default@user.com'
NUXT_NOAUTH_USER_NAME: "defaultuser"