123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "port": ":8011",
- "oss_accounts": [
- {
- "id": "main",
- "endpoint": "oss-cn-beijing.aliyuncs.com",
- "access_key_id": "LTAI4G5x9aoZx8dDamQ7vfZi",
- "access_key_secret": "Bk98FsbPYXcJe72n1bG3Ssf73acuNh"
- }
- ],
- "buckets": [
- {
- "bucket_id": "detail",
- "account_id": "main",
- "bucket_name": "jytest2022"
- }
- ],
- "node": {
- "node_name": "node1"
- },
- "redis": {
- "address": "172.20.45.129:1712",
- "password": ""
- },
- "elasticSearch": {
- "address": "http://172.20.45.129:9206,http://172.20.45.130:9306",
- "size": 10,
- "version": "v7",
- "userName": "",
- "password": "",
- "indexName": "bidding"
- },
- "email": {
- "mails": [
- {
- "addr": "smtp.exmail.qq.com",
- "port": 465,
- "pwd": "ue9Rg9Sf4CVtdm5a",
- "user": "public03@topnet.net.cn",
- "mailPoolSize": 5,
- "mailReTry": 1
- },
- {
- "addr": "smtp.exmail.qq.com",
- "port": 465,
- "pwd": "Mu^$i21673",
- "user": "public04@topnet.net.cn",
- "mailPoolSize": 4,
- "mailReTry": 1
- }
- ],
- "title": "oos代理服务告警",
- "recipients": [
- "wangchuanjin@topnet.net.cn"
- ]
- },
- "weixin": {
- "webhook_url": "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=295f5f6a-f58c-4765-8bae-9bd718c566a5"
- },
- "warnMaxNodeNum": 1,
- "warnInterval": 600,
- "logger": {
- "filename": "./logs/oss.log",
- "maxSize": 1024,
- "maxBackups": 3,
- "maxAge": 3,
- "compress": true
- }
- }
|