Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .env.development.local.baremetal
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# For local development on bare metal using a Platform API that can be accessed via localhost
NODE_ENV=development
VUE_APP_API_URL=http://localhost:8082
VUE_APP_API_MOCK=0
VUE_APP_RECAPTCHA_SITE_KEY="6LeHzbMUAAAAABjNp0vILaWr5ZeYHmteF7rGuZNV"
VUE_APP_BUILD_FOR_DOCKER_IMAGE=0
VUE_APP_CNAME_RECORD=sites-1.dyna.wbaas.dev
VUE_APP_SUBDOMAIN_SUFFIX=".wbaas.dev"
2 changes: 1 addition & 1 deletion .env.development.local → .env.development.local.docker
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# For local development using a Platform API that can be accessed via the host machine's localhost
# For local development in docker using a Platform API that can be accessed via the host machine's localhost
NODE_ENV=development
VUE_APP_API_URL=http://host.docker.internal:8082
VUE_APP_API_MOCK=0
Expand Down
Loading