.env.development 252 B

12345678910
  1. # just a flag
  2. ENV = 'development'
  3. port = 8080
  4. # base api
  5. VUE_APP_BASE_AI_API='https://ylaiapi.raycos.com.cn'
  6. VUE_APP_BASE_API = 'http://192.168.66.163:8084'
  7. #192.168.66.187
  8. #朱:192.168.66.163
  9. #测试服务器:121.36.251.245
  10. #线上:183.195.216.54