config.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. "create_link_host": "https://www.changdunovel.com/novelsale/openapi/promotion/create/v1",
  27. "distributorId": 1814786227164169,
  28. "secretKey": "CN6KQ8Bauo8JXg5fFPk86EHdRFIUVnyV"
  29. },
  30. "python_config": {
  31. "host": "http://127.0.0.1:8080"
  32. },
  33. "debug_task_mysql":{
  34. "host":"127.0.0.1",
  35. "user":"root",
  36. "port":3306,
  37. "password":"p0LTZh&CjMl2023",
  38. "database":"video_task"
  39. },
  40. "release_task_mysql":{
  41. "host":"mr-dsq824ev2pqxbr6rhw.rwlb.rds.aliyuncs.com",
  42. "user":"zdroot",
  43. "port":3306,
  44. "password":"p0LTZh&CjMl2023",
  45. "database":"video_task"
  46. },
  47. "debug_mysql":{
  48. "host":"127.0.0.1",
  49. "user":"root",
  50. "port":3306,
  51. "password":"p0LTZh&CjMl2023",
  52. "database":"ml_oceanengine"
  53. },
  54. "release_mysql":{
  55. "host":"mr-dsq824ev2pqxbr6rhw.rwlb.rds.aliyuncs.com",
  56. "user":"zdroot",
  57. "port":3306,
  58. "password":"p0LTZh&CjMl2023",
  59. "database":"ml_oceanengine"
  60. },
  61. "debug_supdate_config":{
  62. "host":"https://clipvideoup.hainanmlwl.com"
  63. },
  64. "release_supdate_config":{
  65. "host":"http://192.168.0.165:9606"
  66. },
  67. "amqplib_config":{
  68. "protocol": "amqp",
  69. "hostname": "localhost",
  70. "port": 5672,
  71. "username": "admin",
  72. "password": "123",
  73. "vhost": "/"
  74. }
  75. }