config.yaml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. source_name_map:
  2. 1:
  3. name: '内部创意'
  4. table: 'ctop_ai_video_info_from_huichuang'
  5. status: 1
  6. 2:
  7. name: '巨量创意'
  8. table: 'ctop_ai_video_info_from_ocean_engine'
  9. status: 1
  10. 3:
  11. name: '开眼快创'
  12. table: 'ctop_ai_material_info_from_kuaishou_kaiyan'
  13. status: 1
  14. mac_ip_config:
  15. # 开发环境
  16. '5254003fa716':
  17. url: "http://139.186.165.84:31013/"
  18. # 测试环境
  19. '00163e9162d9':
  20. url: "http://192.168.0.195:31013/"
  21. # 生产环境
  22. '525400c98142':
  23. url: "http://114.117.193.186:31013/"
  24. # jeecg-boot 生产数据库
  25. jeecg_boot_product_db:
  26. host: 172.30.0.4
  27. user: data
  28. password: hcst@2021
  29. port: 3390
  30. database: jeecg-boot
  31. charset: utf8mb4
  32. # jeecg-boot 测试数据库
  33. jeecg_boot_dev_db:
  34. host: 139.186.27.96
  35. user: data
  36. password: hcst@2021
  37. port: 3390
  38. database: jeecg-boot
  39. charset: utf8mb4
  40. # db_ai_word 测试数据库
  41. ai_word_dev_db:
  42. host: 139.186.165.84
  43. user: hcst
  44. password: hcst@2020
  45. port: 3306
  46. database: db_ai_word
  47. charset: utf8mb4
  48. # db_ai_word 生产数据库
  49. ai_word_product_db:
  50. host: 172.30.0.4
  51. user: data
  52. password: hcst@2021
  53. port: 3390
  54. database: db_ai_word
  55. charset: utf8mb4
  56. # 本地数据库 mysql
  57. local_db:
  58. host: 192.168.1.193
  59. user: root
  60. password: root@123
  61. port: 3306
  62. database: mysql
  63. charset: utf8mb4
  64. # 每次写入数据库的行数
  65. chunk_size: 200