1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- lastId: 258768
- historyData: true
- mongodb:
- default: #qfw
- address: "192.168.3.149:27180"
- size: 5
- dbName: qfw
- replSet: ""
- userName: ""
- password: ""
- log: #日志库
- address: "192.168.3.149:27190"
- size: 5
- dbName: "qfw"
- replSet: ""
- userName: "admin"
- password: "123456"
- logger:
- level: "all"
- path: "logs" # 日志文件路径。默认为空,表示关闭,仅输出到终端
- file: "{Y-m-d}.log" # 日志文件格式。默认为"{Y-m-d}.log"
- database:
- default:
- link: "mysql:root:=PDT49#80Z!RVv52_z@tcp(192.168.3.14:4000)/debris_product"
- debug: true
- bi_service:
- link: "mysql:root:=PDT49#80Z!RVv52_z@tcp(192.168.3.14:4000)/bi_service"
- debug: true
- subjectdb: #正式环境库名为Jianyu_subjectdb
- link: "mysql:readuser:jyTi_R202403@tcp(192.168.3.71:4003)/jianyu_subjectdb_test"
- debug: true
- useranaly:
- link: "mysql:root:=PDT49#80Z!RVv52_z@tcp(192.168.3.14:4000)/useranaly"
- debug: true
- jianyu:
- link: "mysql:root:=PDT49#80Z!RVv52_z@tcp(192.168.3.14:4000)/jianyu"
- debug: true
- cron:
- activityUser: "*/10 * * * * *" #更新新活跃用户
- bindPhoneAndSubAgain: "*/10 * * * * *" #再次关注&绑定手机号用户
- newRegisterAndBind: "0 */2 * * * *" #邀请&被邀请注册&新注册
|