From c9ae8db8408bc4771a2e1bd5784fc1384033f069 Mon Sep 17 00:00:00 2001 From: Ollie Hyde Date: Thu, 19 Mar 2026 10:14:11 +0000 Subject: [PATCH 1/2] Add hints for when to use the example development .env files --- .env.development.local | 1 + .env.development.test | 1 + 2 files changed, 2 insertions(+) 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..c53d513f 100644 --- a/.env.development.test +++ b/.env.development.test @@ -1,3 +1,4 @@ +# For local development using docker NODE_ENV=development VUE_APP_API_URL=http://host.docker.internal:8082 VUE_APP_API_MOCK=0 From c4917f595cb974d05c1deeaf668b9729b136d111 Mon Sep 17 00:00:00 2001 From: Ollie <43674967+outdooracorn@users.noreply.github.com> Date: Thu, 19 Mar 2026 15:06:05 +0000 Subject: [PATCH 2/2] Update .env.development.test Co-authored-by: Thomas Arrow --- .env.development.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development.test b/.env.development.test index c53d513f..7246f560 100644 --- a/.env.development.test +++ b/.env.development.test @@ -1,4 +1,4 @@ -# For local development using docker +# For running GitHub Actions tests using docker NODE_ENV=development VUE_APP_API_URL=http://host.docker.internal:8082 VUE_APP_API_MOCK=0