123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "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": {
- "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": "/"
- }
- }
|