6 lines
177 B
Plaintext
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"
|