test.json 889 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "mysql": {
  3. "host": "114.115.147.140",
  4. "port": 3306,
  5. "user": "api",
  6. "pwd": "yfkj@6020"
  7. },
  8. "redis": {
  9. "host": "114.115.147.140",
  10. "port": "56379",
  11. "password": "yf6021",
  12. "url": "redis://:yf6021@114.115.147.140:56379/12"
  13. },
  14. "bigdatamysql": {
  15. "host": "114.115.147.140",
  16. "port": 3306,
  17. "user": "root",
  18. "pwd": "yfkj@6020"
  19. },
  20. "bigdatamongo": {
  21. "host": "114.115.147.140",
  22. "port": 27017,
  23. "user": "root",
  24. "pwd": "yfkj@6020"
  25. },
  26. "image_url": {
  27. "image": "http://bigdata-all.oss-accelerate.aliyuncs.com/Basics/cbd",
  28. "discern": "http://bigdata-all.oss-accelerate.aliyuncs.com/Result/cbd",
  29. "discernB": "http://bigdata-all.oss-accelerate.aliyuncs.com/ResultB/cbd",
  30. "image_forward": "http://114.115.147.140:8004/Basics/cbd",
  31. "result_image_forward": "http://114.115.147.140:8004/Result/cbd",
  32. "bzy_img_forward": "http://114.115.147.140/bzy_photo"
  33. }
  34. }