mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
updated .env files
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user