updated .env files

This commit is contained in:
marvzhang
2021-07-16 14:32:33 +08:00
parent f80c859436
commit 728f4588b0
3 changed files with 3 additions and 9 deletions

View File

@@ -1,4 +1,2 @@
NODE_ENV='development'
VUE_APP_BASE_URL=http://localhost:8000
VUE_APP_CRAWLAB_BASE_URL=https://api.crawlab.cn
VUE_APP_DOC_URL=http://docs.crawlab.cn
VUE_APP_API_BASE_URL=http://localhost:8000

View File

@@ -1,4 +1,2 @@
NODE_ENV='production'
VUE_APP_BASE_URL=/api
VUE_APP_CRAWLAB_BASE_URL=https://api.crawlab.cn
VUE_APP_DOC_URL=http://docs.crawlab.cn
VUE_APP_API_BASE_URL=http://localhost:8000

View File

@@ -1,4 +1,2 @@
NODE_ENV='test'
VUE_APP_BASE_URL='http://localhost:8000'
VUE_APP_CRAWLAB_BASE_URL=https://api.crawlab.cn
VUE_APP_DOC_URL=http://docs.crawlab.cn
VUE_APP_API_BASE_URL=http://localhost:8000