config.yaml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. # 目前支持优质定向功能的项目列表
  2. projectId:
  3. - 458
  4. jeecg_product_db:
  5. host: 139.186.27.96
  6. username: data
  7. password: hcst@2021
  8. port: 3390
  9. database: jeecg-boot
  10. application_product_db:
  11. host: 139.186.27.96
  12. username: data
  13. password: hcst@2021
  14. port: 3390
  15. database: application
  16. jeecg_dev_db:
  17. host: 139.186.165.84
  18. username: hcst
  19. password: hcst@2020
  20. port: 3306
  21. database: jeecg-boot
  22. bayesDim:
  23. age:
  24. windowSize: 3
  25. isOn: True
  26. Lst:
  27. - '18-23岁'
  28. - '24-30岁'
  29. - '31-40岁'
  30. - '41-49岁'
  31. - '50+岁'
  32. table: 'ctop_kuaishou_audience_report_daily_age_material'
  33. fieldName: 'age_segment'
  34. ratio_threshold: 0.8
  35. ratio_diff_threshold: 0.1
  36. gender:
  37. windowSize: 1
  38. isOn: True
  39. Lst:
  40. - '男'
  41. - '女'
  42. table: 'ctop_kuaishou_audience_report_daily_gender_material'
  43. fieldName: 'gender'
  44. ratio_threshold: 0.7
  45. ratio_diff_threshold: 0.1
  46. city:
  47. windowSize: 4
  48. isOn: False
  49. Lst:
  50. - '一线城市'
  51. - '新一线城市'
  52. - '二线城市'
  53. - '三线城市'
  54. - '四线城市'
  55. - '五线城市'
  56. table: 'ctop_kuaishou_audience_report_daily_city_material'
  57. fieldName: 'city'
  58. ratio_threshold: 0.7
  59. # 活跃素材筛选规则:近60天累计激活个数达到100个
  60. activeMaterialFilterRule:
  61. days: 60
  62. activation: 100
  63. # 计算推荐组合的素材筛选规则:近两个月内累计达到100个
  64. getBaysCombineMaterialFilterRule:
  65. days: 60
  66. activation: 100
  67. filterTargetCombine:
  68. combineCnt: 20
  69. mac_ip_config:
  70. # 开发环境
  71. '5254003fa716':
  72. ai_target_url: "http://139.186.165.84:31012/"
  73. yourong_url: "http://192.168.0.195:8806/jeecg-boot/"
  74. # 测试环境
  75. '00163e9162d9':
  76. ai_target_url: "http://192.168.0.195:31012/"
  77. yourong_url: "http://192.168.0.195:8806/jeecg-boot/"
  78. # 生产环境
  79. '52540076ce6d':
  80. ai_target_url: "http://139.186.27.96:31012/"
  81. yourong_url: "http://api.tjyourong.com.cn/jeecg-boot/"