config.yaml 2.2 KB

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