config.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "isDebug":false,
  3. "redis_config": {
  4. "host": "127.0.0.1",
  5. "port": 6379
  6. },
  7. "ws_config": {
  8. "host": "ws://127.0.0.1:9211"
  9. },
  10. "heiyan_config": {
  11. "chang_pian_user": {
  12. "userName": "康帅",
  13. "password": "Ks25666"
  14. },
  15. "duan_pian_user": {
  16. "userName": "王海泉",
  17. "password": "My20240088"
  18. },
  19. "default_user": {
  20. "userName": "zhuoyue003",
  21. "password": "Xuan2026@123"
  22. },
  23. "back_host": "https://ms.zhangwenpindu.cn"
  24. },
  25. "fanqie_config": {
  26. "recharge_list_host": "https://www.changdunovel.com/novelsale/openapi/recharge_template/list/v1/",
  27. "create_link_host": "https://www.changdunovel.com/novelsale/openapi/promotion/create/v1",
  28. "distributorId": 1814786227164169,
  29. "secretKey": "CN6KQ8Bauo8JXg5fFPk86EHdRFIUVnyV"
  30. },
  31. "python_config": {
  32. "host": "http://127.0.0.1:8080"
  33. },
  34. "debug_task_mysql":{
  35. "host":"127.0.0.1",
  36. "user":"root",
  37. "port":3306,
  38. "password":"p0LTZh&CjMl2023",
  39. "database":"video_task"
  40. },
  41. "release_task_mysql":{
  42. "host":"mr-dsq824ev2pqxbr6rhw.rwlb.rds.aliyuncs.com",
  43. "user":"zdroot",
  44. "port":3306,
  45. "password":"p0LTZh&CjMl2023",
  46. "database":"video_task"
  47. },
  48. "debug_mysql":{
  49. "host":"127.0.0.1",
  50. "user":"root",
  51. "port":3306,
  52. "password":"p0LTZh&CjMl2023",
  53. "database":"ml_oceanengine"
  54. },
  55. "release_mysql":{
  56. "host":"mr-dsq824ev2pqxbr6rhw.rwlb.rds.aliyuncs.com",
  57. "user":"zdroot",
  58. "port":3306,
  59. "password":"p0LTZh&CjMl2023",
  60. "database":"ml_oceanengine"
  61. },
  62. "debug_supdate_config":{
  63. "host":"https://clipvideoup.hainanmlwl.com"
  64. },
  65. "release_supdate_config":{
  66. "host":"http://192.168.0.165:9606"
  67. },
  68. "amqplib_config":{
  69. "protocol": "amqp",
  70. "hostname": "localhost",
  71. "port": 5672,
  72. "username": "admin",
  73. "password": "123",
  74. "vhost": "/"
  75. },
  76. "pull_data_config":{
  77. "debug_host":"https://t-playletweb.tarsocial.com/",
  78. "release_host":"https://dongxiaoju.com/",
  79. "get_token":"/api/login/account",
  80. "get_detail":"/api/v4/data/novel/detail",
  81. "get_novel_material_list":"/api/v4/data/novel/material?",
  82. "userName":"15975037061",
  83. "password":"123456"
  84. }
  85. }