.env.development 287 B

12345678910
  1. # just a flag
  2. ENV = 'development'
  3. # base api
  4. # 线上:http://8.141.159.100:8443
  5. # 本地:http://192.168.31.230:6301
  6. # VUE_APP_BASE_API = 'http://192.168.31.230:6301'
  7. VUE_APP_BASE_API = 'http://observe-server.cestong.com.cn'
  8. VUE_APP_ANOTHER_BASE_URL = 'http://app.cestong.com.cn'