config.yaml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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. application_inner_db:
  23. host: 192.168.0.184
  24. username: hcst
  25. password: hcst@2021
  26. port: 3390
  27. database: application
  28. bayesDim:
  29. age:
  30. windowSize: 3
  31. isOn: True
  32. Lst:
  33. - '18-23岁'
  34. - '24-30岁'
  35. - '31-40岁'
  36. - '41-49岁'
  37. - '50+岁'
  38. table: 'kuaishou_unit_audience_age_report_daily_d'
  39. fieldName: 'age_segment'
  40. ratio_threshold: 0.8
  41. ratio_diff_threshold: 0.1
  42. gender:
  43. windowSize: 1
  44. isOn: True
  45. Lst:
  46. - '男'
  47. - '女'
  48. table: 'kuaishou_unit_audience_gender_report_daily_d'
  49. fieldName: 'gender'
  50. ratio_threshold: 0.7
  51. ratio_diff_threshold: 0.1
  52. city:
  53. windowSize: 4
  54. isOn: False
  55. Lst:
  56. - '一线城市'
  57. - '新一线城市'
  58. - '二线城市'
  59. - '三线城市'
  60. - '四线城市'
  61. - '五线城市'
  62. table: 'kuaishou_unit_audience_city_report_daily_d'
  63. fieldName: 'city'
  64. ratio_threshold: 0.7
  65. # 活跃素材筛选规则:近60天累计激活个数达到100个
  66. activeMaterialFilterRule:
  67. days: 60
  68. activation: 100
  69. event_pay_first_day_pct: 0.35
  70. # 计算推荐组合的素材筛选规则:激活个数累计达到100个
  71. getBaysCombineMaterialFilterRule:
  72. days: 60
  73. activation: 100
  74. filterTargetCombine:
  75. combineCnt: 20
  76. mac_ip_config:
  77. # 开发环境
  78. '5254003fa716':
  79. ai_target_url: "http://139.186.165.84:31012/"
  80. yourong_url: "http://192.168.0.195:8806/jeecg-boot/"
  81. # 测试环境
  82. '00163e9162d9':
  83. ai_target_url: "http://192.168.0.195:31012/"
  84. yourong_url: "http://192.168.0.195:8806/jeecg-boot/"
  85. # 生产环境
  86. '52540076ce6d':
  87. ai_target_url: "http://139.186.27.96:31012/"
  88. yourong_url: "http://api.tjyourong.com.cn/jeecg-boot/"