updated env to adapt api.crawlab.cn

This commit is contained in:
marvzhang
2020-01-27 09:29:41 +08:00
parent e3c8cff27c
commit 689ce564f3
3 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
NODE_ENV='development'
VUE_APP_BASE_URL=http://localhost:8000
VUE_APP_CRAWLAB_BASE_URL=http://api.crawlab.cn
VUE_APP_CRAWLAB_BASE_URL=https://api.crawlab.cn

View File

@@ -1,3 +1,3 @@
NODE_ENV='production'
VUE_APP_BASE_URL=/api
VUE_APP_CRAWLAB_BASE_URL=http://api.crawlab.cn
VUE_APP_CRAWLAB_BASE_URL=https://api.crawlab.cn

View File

@@ -1,3 +1,3 @@
NODE_ENV='test'
VUE_APP_BASE_URL='http://localhost:8000'
VUE_APP_CRAWLAB_BASE_URL=http://api.crawlab.cn
VUE_APP_CRAWLAB_BASE_URL=https://api.crawlab.cn