Skip to content

Commit eedc09d

Browse files
committed
Add hints for when to use the example development .env files
1 parent 8522a7a commit eedc09d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.env.development.local

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# For local development not using docker
12
NODE_ENV=development
23
VUE_APP_API_URL=http://localhost:8082
34
VUE_APP_API_MOCK=0

.env.development.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# For local development using docker
12
NODE_ENV=development
23
VUE_APP_API_URL=http://host.docker.internal:8082
34
VUE_APP_API_MOCK=0

0 commit comments

Comments
 (0)