Files
warren/frontend/.env.dev

6 lines
191 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_PUBLIC_COOKIES_SECURE="false"
NUXT_PUBLIC_COOKIES_SAME_SITE="strict"