Skip to content

Commit 7abb3fe

Browse files
committed
dev: separate out metal and docker local dev env files
We discovered that the APP_API_URL needs to differ in the baremetal vs docker use case so this adds separate env file for the baremetal usecase and rename the existing one to clarify it's for docker
1 parent fbbf689 commit 7abb3fe

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.env.development.local.baremetal

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# For local development on bare metal using a Platform API that can be accessed via localhost
2+
NODE_ENV=development
3+
VUE_APP_API_URL=http://localhost:8082
4+
VUE_APP_API_MOCK=0
5+
VUE_APP_RECAPTCHA_SITE_KEY="6LeHzbMUAAAAABjNp0vILaWr5ZeYHmteF7rGuZNV"
6+
VUE_APP_BUILD_FOR_DOCKER_IMAGE=0
7+
VUE_APP_CNAME_RECORD=sites-1.dyna.wbaas.dev
8+
VUE_APP_SUBDOMAIN_SUFFIX=".wbaas.dev"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# For local development using a Platform API that can be accessed via the host machine's localhost
1+
# For local development in docker using a Platform API that can be accessed via the host machine's localhost
22
NODE_ENV=development
33
VUE_APP_API_URL=http://host.docker.internal:8082
44
VUE_APP_API_MOCK=0

0 commit comments

Comments
 (0)