setting.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. [{
  2. "key": "api.database.url",
  3. "description": "数据库服务接口地址",
  4. "value": "http://127.0.0.1:9002/uas_database"
  5. },{
  6. "key": "api.uas.outer.url",
  7. "description": "UAS系统外网接口地址"
  8. },{
  9. "key": "api.uas.inner.url",
  10. "description": "UAS系统内网接口地址",
  11. "value": "http://127.0.0.1:8081/ERP"
  12. },{
  13. "key": "api.b2b.test.url",
  14. "description": "优软B2B平台测试接口地址",
  15. "value": "http://218.17.158.219:9000/b2b_test"
  16. },{
  17. "key": "api.b2b.url",
  18. "description": "优软B2B平台正式接口地址",
  19. "value": "http://uas.ubtob.com"
  20. },{
  21. "key": "api.finance.test.url",
  22. "description": "金融保理平台测试接口地址",
  23. "value": "http://10.10.100.178:23000"
  24. },{
  25. "key": "api.finance.url",
  26. "description": "金融保理平台正式接口地址",
  27. "value": "http://10.10.100.178:23000"
  28. },{
  29. "key": "api.diymall.test.url",
  30. "description": "定制商城本地测试接口地址",
  31. "value": "http://10.10.100.23:20215"
  32. },{
  33. "key": "api.diymall.url",
  34. "description": "定制商城正式接口地址",
  35. "value": "http://10.10.100.23:20215"
  36. }]