Explorar el Código

配置文件修改

kevin_zhangl hace 3 años
padre
commit
41f64fe54c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .env.staging

+ 2 - 2
.env.staging

@@ -5,7 +5,7 @@ ENV = 'staging'
 
 # base api
 # VUE_APP_BASE_API = '/stage-api'
-VUE_APP_BASE_API = 'http://16.163.228.151:8026'
-VUE_APP_CDN_API = 'http://16.163.228.151:8029'
+VUE_APP_BASE_API = 'http://16.163.228.151:8022'
+VUE_APP_CDN_API = 'http://16.163.228.151:8024'
 VUE_APP_PAY_STACK_PUBLIC_KEY = 'pk_test_2eed10135c4a958c5073795b22854ded9d1a6c55'
 VUE_APP_ACCESS_TOKEN_PREFIX = 'Bearer '