config.yaml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. projectId:
  2. - 458
  3. targetType:
  4. - 'action_ratio'
  5. - 'convert_ratio'
  6. onlineDB:
  7. host: 139.186.27.96
  8. username: data
  9. password: hcst@2021
  10. port: 3390
  11. database: jeecg-boot
  12. testDB:
  13. host: 139.186.165.84
  14. username: hcst
  15. password: hcst@2020
  16. port: 3306
  17. database: jeecg-boot
  18. localDB:
  19. host: 192.168.1.193
  20. username: root
  21. password: root@123
  22. port: 3306
  23. database: mysql
  24. bayesDim:
  25. age:
  26. windowSize: 3
  27. isOn: True
  28. Lst:
  29. - '18-23岁'
  30. - '24-30岁'
  31. - '31-40岁'
  32. - '41-49岁'
  33. - '50+岁'
  34. table: 'ctop_kuaishou_audience_daily_report_by_signature_age'
  35. fieldName: 'age_segment'
  36. gender:
  37. windowSize: 1
  38. isOn: True
  39. Lst:
  40. - '男'
  41. - '女'
  42. table: 'ctop_kuaishou_audience_daily_report_by_signature_gender'
  43. fieldName: 'gender'
  44. city:
  45. windowSize: 3
  46. isOn: False
  47. Lst:
  48. - '一线城市'
  49. - '新一线城市'
  50. - '二线城市'
  51. - '三线城市'
  52. - '四线城市'
  53. - '五线城市'
  54. table: 'ctop_kuaishou_audience_daily_report_by_signature_city'
  55. fieldName: 'city'
  56. materialRule:
  57. days: 3
  58. activation: 100