diff --git a/.env b/.env index 306be2f3..6552bf13 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ # NODE_ENV = 'production' NODE_ENV = 'development' # VUE_APP_BASE_URL = 'http://18.167.251.121:10086' -VUE_APP_BASE_URL = 'https://polyu.api.aida.com.hk' +VUE_APP_BASE_URL = 'https://api.aida.com.hk/' diff --git a/.env.production b/.env.production index 9120b50d..037fcc53 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,4 @@ NODE_ENV = 'production' # VUE_APP_BASE_URL = 'http://18.167.251.121:10086' -VUE_APP_BASE_URL = 'https://polyu.api.aida.com.hk' +# VUE_APP_BASE_URL = 'https://polyu.api.aida.com.hk' +VUE_APP_BASE_URL = 'https://api.aida.com.hk/' diff --git a/.env.test b/.env.test index c6531b40..c746b1c1 100644 --- a/.env.test +++ b/.env.test @@ -1,6 +1,6 @@ NODE_ENV = 'development' -VUE_APP_BASE_URL = 'https://develop.api.aida.com.hk' -# VUE_APP_BASE_URL = 'https://polyu.api.aida.com.hk' +# VUE_APP_BASE_URL = 'https://develop.api.aida.com.hk' +VUE_APP_BASE_URL = 'https://api.aida.com.hk/' # VUE_APP_BASE_URL = 'http://18.167.251.121:10086' # VUE_APP_BASE_URL = 'http://192.168.1.9:5567' diff --git a/.env.test_build b/.env.test_build index a7bc5aea..7b9d0aa3 100644 --- a/.env.test_build +++ b/.env.test_build @@ -2,5 +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://develop.api.aida.com.hk' +VUE_APP_BASE_URL = 'https://api.aida.com.hk/'