12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "isDebug":false,
- "redis_config": {
- "host": "127.0.0.1",
- "port": 6379
- },
- "ws_config": {
- "host": "ws://127.0.0.1:9211"
- },
- "heiyan_config": {
- "chang_pian_user": {
- "userName": "康帅",
- "password": "Ks25666"
- },
- "duan_pian_user": {
- "userName": "王海泉",
- "password": "My20240088"
- },
- "default_user": {
- "userName": "zhuoyue003",
- "password": "Xuan2026@123"
- },
- "back_host": "https://ms.zhangwenpindu.cn"
- },
- "fanqie_config": {
- "recharge_list_host": "https://www.changdunovel.com/novelsale/openapi/recharge_template/list/v1/",
- "create_link_host": "https://www.changdunovel.com/novelsale/openapi/promotion/create/v1",
- "distributorId": 1814786227164169,
- "secretKey": "CN6KQ8Bauo8JXg5fFPk86EHdRFIUVnyV"
- },
- "python_config": {
- "host": "http://127.0.0.1:8080"
- },
- "debug_task_mysql":{
- "host":"127.0.0.1",
- "user":"root",
- "port":3306,
- "password":"p0LTZh&CjMl2023",
- "database":"video_task"
- },
- "release_task_mysql":{
- "host":"mr-dsq824ev2pqxbr6rhw.rwlb.rds.aliyuncs.com",
- "user":"zdroot",
- "port":3306,
- "password":"p0LTZh&CjMl2023",
- "database":"video_task"
- },
- "debug_mysql":{
- "host":"127.0.0.1",
- "user":"root",
- "port":3306,
- "password":"p0LTZh&CjMl2023",
- "database":"ml_oceanengine"
- },
- "release_mysql":{
- "host":"mr-dsq824ev2pqxbr6rhw.rwlb.rds.aliyuncs.com",
- "user":"zdroot",
- "port":3306,
- "password":"p0LTZh&CjMl2023",
- "database":"ml_oceanengine"
- },
- "debug_supdate_config":{
- "host":"https://clipvideoup.hainanmlwl.com"
- },
- "release_supdate_config":{
- "host":"http://192.168.0.165:9606"
- },
- "amqplib_config":{
- "protocol": "amqp",
- "hostname": "localhost",
- "port": 5672,
- "username": "admin",
- "password": "123",
- "vhost": "/"
- },
- "pull_data_config":{
- "debug_host":"https://t-playletweb.tarsocial.com/",
- "release_host":"https://dongxiaoju.com/",
- "get_token":"/api/login/account",
- "get_detail":"/api/v4/data/novel/detail",
- "get_novel_material_list":"/api/v4/data/novel/material?",
- "userName":"15975037061",
- "password":"123456"
- }
- }
|