diff --git a/.env.dev b/.env.dev index 7f61b9b6..7c369529 100644 --- a/.env.dev +++ b/.env.dev @@ -3,7 +3,6 @@ NODE_ENV = 'development' # VUE_APP_BASE_URL = 'https://api.aida.com.hk' # VUE_APP_BASE_URL = 'http://18.167.251.121:10086' -VUE_APP_BASE_URL = 'https://test.api.aida.com.hk' - +VUE_APP_BASE_URL = 'https://develop.api.aida.com.hk' # VUE_APP_BASE_URL = 'http://192.168.1.9:5567' # VUE_APP_BASE_URL = 'http://192.168.1.6:7766' diff --git a/.env.dev_build b/.env.dev_build index 3d9aa1b1..dfdddc08 100644 --- a/.env.dev_build +++ b/.env.dev_build @@ -2,6 +2,6 @@ NODE_ENV = 'production' # VUE_APP_BASE_URL = 'https://aida.com.hk/test' # VUE_APP_BASE_URL = 'http://18.167.251.121:10088' # VUE_APP_BASE_URL = 'https://api.aida.com.hk' -VUE_APP_BASE_URL = 'https://test.api.aida.com.hk' +VUE_APP_BASE_URL = 'https://develop.api.aida.com.hk' # VUE_APP_BASE_URL = 'https://api.aida.com.hk' diff --git a/.env.test b/.env.test index d6e2db64..86224d6f 100644 --- a/.env.test +++ b/.env.test @@ -1,5 +1,5 @@ NODE_ENV = 'development' -VUE_APP_BASE_URL = 'https://develop.api.aida.com.hk' +VUE_APP_BASE_URL = 'https://test.api.aida.com.hk' # VUE_APP_BASE_URL = 'https://api.aida.com.hk' # VUE_APP_BASE_URL = 'http://18.167.251.121:10086' diff --git a/.env.test_build b/.env.test_build index dfdddc08..3d9aa1b1 100644 --- a/.env.test_build +++ b/.env.test_build @@ -2,6 +2,6 @@ NODE_ENV = 'production' # VUE_APP_BASE_URL = 'https://aida.com.hk/test' # VUE_APP_BASE_URL = 'http://18.167.251.121:10088' # VUE_APP_BASE_URL = 'https://api.aida.com.hk' -VUE_APP_BASE_URL = 'https://develop.api.aida.com.hk' +VUE_APP_BASE_URL = 'https://test.api.aida.com.hk' # VUE_APP_BASE_URL = 'https://api.aida.com.hk'