Files
warren/frontend/.env.dev
2025-07-17 16:36:36 +02:00

6 lines
177 B
Plaintext

# this file is ignored when the app is built since we're using SSG
NUXT_PUBLIC_API_BASE="http://127.0.0.1:8080/api"
NUXT_COOKIES_SECURE="false"
NUXT_COOKIES_SAME_SITE="strict"