.env.development 839 B

12345678910111213141516171819202122232425
  1. #音乐调用接口地址
  2. VUE_APP_BASE_API_URL = http://118.24.244.213:3030
  3. #快手账户报表/素材报表接口地址
  4. VUE_APP_BASE_REPORT_URL = http://api.tjyourong.com.cn/reportModule
  5. # 测试地址 http://gateway.tjyourong.com.cn
  6. # 线上地址 http://api.tjyourong.com.cn
  7. # 宋英豪 http://192.168.1.67:9999
  8. # 周泽宇 http://192.168.1.134:9999
  9. # 杨字安 http://192.168.1.43:9999
  10. #脚本视频接口
  11. VUE_APP_BASE_SCRIPT_URL = http://192.168.0.195:31013
  12. #素材大盘相关接口
  13. VUE_APP_BASE_MATERIAL_URL = http://192.168.0.195:9999/material
  14. # 字安接口 http://192.168.1.43:9999
  15. # 测试环境 http://192.168.0.195:9999
  16. # 西安环境 http://192.168.1.59:7006
  17. #盯盘相关接口
  18. VUE_APP_BASE_STARE_URL = http://192.168.0.195:9999/material
  19. # 字安接口 http://192.168.1.43:9999
  20. # 测试环境 http://192.168.0.195:9999