test.json 999 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "mysql": {
  3. "host": "localhost",
  4. "port": 3306,
  5. "user": "root",
  6. "pwd": "Yfkj#123456"
  7. },
  8. "redis": {
  9. "host": "localhost",
  10. "port": "6379",
  11. "password": "yfkj1234",
  12. "url": "redis://:yf6021@127.0.0.1:6379/12"
  13. },
  14. "bigdatamysql": {
  15. "host": "114.55.0.7",
  16. "port": 3306,
  17. "user": "root",
  18. "pwd": "yfkj@6020"
  19. },
  20. "bigdatamongo": {
  21. "host": "114.55.0.7",
  22. "port": 27017,
  23. "user": "root",
  24. "pwd": "yfkj@6020"
  25. },
  26. "image_url": {
  27. "image": "https://bigdata-image.oss-cn-hangzhou.aliyuncs.com/Basics/cbd",
  28. "discern" : "https://bigdata-image.oss-cn-hangzhou.aliyuncs.com/Result/cbd",
  29. "discernB" : "https://bigdata-image.oss-cn-hangzhou.aliyuncs.com/ResultB/cbd",
  30. "image_forward": "http://8.136.98.49:8003/Basics/cbd",
  31. "result_image_forward": "http://8.136.98.49:8003/Result/cbd",
  32. "bzy_img_forward": "http://8.136.98.49:8003/bzy_photo",
  33. "xct_img_forward": "http://8.136.98.49:8003/Basics/xct",
  34. "xct_img_result_forward": "http://8.136.98.49:8003/Result/xct"
  35. }
  36. }