diff --git a/.env.production b/.env.production index 09c29f6..5bb7aae 100644 --- a/.env.production +++ b/.env.production @@ -3,4 +3,4 @@ VUE_APP_ENV = 'Prod' NODE_ENV = 'production' # base api # VUE_APP_BASE_API = 'http://10.122.64.86:8095' -VUE_APP_BASE_API = 'http://192.168.3.22:8095' +VUE_APP_BASE_API = 'http://192.168.3.22:8095' \ No newline at end of file diff --git a/.env.staging b/.env.staging index 28920ee..1a3eeaf 100644 --- a/.env.staging +++ b/.env.staging @@ -4,5 +4,4 @@ VUE_APP_ENV = 'QA' NODE_ENV = 'production' # base api -VUE_APP_BASE_API = 'http://101.201.121.115:8095' - +VUE_APP_BASE_API = 'http://101.201.121.115:8095' \ No newline at end of file