File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # For local development not using docker
1+ # For local development using a Platform API that can be accessed via the host machine's localhost
22NODE_ENV = development
3- VUE_APP_API_URL = http://localhost :8082
3+ VUE_APP_API_URL = http://host.docker.internal :8082
44VUE_APP_API_MOCK = 0
5- VUE_APP_RECAPTCHA_SITE_KEY = " 6LeHzbMUAAAAABjNp0vILaWr5ZeYHmteF7rGuZNV" # todo replace with test key
5+ VUE_APP_RECAPTCHA_SITE_KEY = " 6LeHzbMUAAAAABjNp0vILaWr5ZeYHmteF7rGuZNV"
66VUE_APP_BUILD_FOR_DOCKER_IMAGE = 0
7- VUE_APP_CNAME_RECORD = sites-1.dyna.wbaas.localhost
8- VUE_APP_SUBDOMAIN_SUFFIX = " .wbaas.localhost "
7+ VUE_APP_CNAME_RECORD = sites-1.dyna.wbaas.dev
8+ VUE_APP_SUBDOMAIN_SUFFIX = " .wbaas.dev "
Original file line number Diff line number Diff line change 1+ # For local development using a mock Platform API
12NODE_ENV=development
23VUE_APP_API_URL=
34VUE_APP_API_MOCK=1
45VUE_APP_RECAPTCHA_SITE_KEY="6LeHzbMUAAAAABjNp0vILaWr5ZeYHmteF7rGuZNV"
56VUE_APP_BUILD_FOR_DOCKER_IMAGE=0
6- VUE_APP_CNAME_RECORD=sites-1.dyna.wbaas.localhost
7- VUE_APP_SUBDOMAIN_SUFFIX=".wbaas.localhost "
7+ VUE_APP_CNAME_RECORD=sites-1.dyna.wbaas.dev
8+ VUE_APP_SUBDOMAIN_SUFFIX=".wbaas.dev "
Original file line number Diff line number Diff line change 1+ # For local development against the production Platform API
12NODE_ENV=development
23VUE_APP_API_URL="https://api.wikibase.cloud"
34VUE_APP_API_MOCK=0
45VUE_APP_RECAPTCHA_SITE_KEY="6LeHzbMUAAAAABjNp0vILaWr5ZeYHmteF7rGuZNV"
56VUE_APP_BUILD_FOR_DOCKER_IMAGE=0
6- VUE_APP_CNAME_RECORD=sites-1.dyna.wbstack .com
7+ VUE_APP_CNAME_RECORD=sites-1.dyna.wikibase .com
78VUE_APP_SUBDOMAIN_SUFFIX=".wikibase.cloud"
Original file line number Diff line number Diff line change 1+ # For local development against the staging Platform API
2+ NODE_ENV=development
3+ VUE_APP_API_URL="https://api.wikibase.dev"
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.wikibase.dev
8+ VUE_APP_SUBDOMAIN_SUFFIX=".wikibase.dev"
Original file line number Diff line number Diff line change 1- # For local development using docker
1+ # For running GitHub Actions tests using docker
22NODE_ENV=development
33VUE_APP_API_URL=http://host.docker.internal:8082
44VUE_APP_API_MOCK=0
You can’t perform that action at this time.
0 commit comments