liujq 4 år sedan
förälder
incheckning
fcf31463bb
3 ändrade filer med 4 tillägg och 4 borttagningar
  1. 2 2
      .env.development
  2. 1 1
      .env.production
  3. 1 1
      .env.staging

+ 2 - 2
.env.development

@@ -2,6 +2,6 @@
 ENV = 'development'
 
 # base api
-#VUE_APP_BASE_API = 'http://api.kaolanet.com'
-VUE_APP_BASE_API = 'http://api.honglounews.com'
+#VUE_APP_BASE_API = 'https://api.kaolanet.com'
+VUE_APP_BASE_API = 'https://api.honglounews.com'
 #VUE_APP_BASE_API = '/'

+ 1 - 1
.env.production

@@ -2,5 +2,5 @@
 ENV = 'production'
 
 # base api
-VUE_APP_BASE_API = 'http://api.honglounews.com'
+VUE_APP_BASE_API = 'https://api.honglounews.com'
 

+ 1 - 1
.env.staging

@@ -4,4 +4,4 @@ NODE_ENV = production
 ENV = 'staging'
 
 # base api
-VUE_APP_BASE_API = 'http://api.honglounews.com'
+VUE_APP_BASE_API = 'https://api.honglounews.com'