12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "isDebug":true,
- "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"
- }
- }
|