diff --git a/.env.development.local b/.env.development.local index 08d2bbb8..c4a60625 100644 --- a/.env.development.local +++ b/.env.development.local @@ -1,3 +1,4 @@ +# For local development not using docker NODE_ENV=development VUE_APP_API_URL=http://localhost:8082 VUE_APP_API_MOCK=0 diff --git a/.env.development.test b/.env.development.test index 0b641226..7246f560 100644 --- a/.env.development.test +++ b/.env.development.test @@ -1,3 +1,4 @@ +# For running GitHub Actions tests using docker NODE_ENV=development VUE_APP_API_URL=http://host.docker.internal:8082 VUE_APP_API_MOCK=0