From 728f4588b0b1ad5dd63d1e95b91f3265e96e6371 Mon Sep 17 00:00:00 2001 From: marvzhang Date: Fri, 16 Jul 2021 14:32:33 +0800 Subject: [PATCH] updated .env files --- frontend/.env.development | 4 +--- frontend/.env.production | 4 +--- frontend/.env.test | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/frontend/.env.development b/frontend/.env.development index 275af85c..410388e1 100644 --- a/frontend/.env.development +++ b/frontend/.env.development @@ -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 diff --git a/frontend/.env.production b/frontend/.env.production index 7cca0821..d4c198ac 100644 --- a/frontend/.env.production +++ b/frontend/.env.production @@ -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 diff --git a/frontend/.env.test b/frontend/.env.test index f29b1cd3..12bf1f63 100644 --- a/frontend/.env.test +++ b/frontend/.env.test @@ -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