添加示例配置文件 config.json

This commit is contained in:
2025-10-31 15:45:25 +08:00
parent 35bcd62ad5
commit 476489aeb9

38
config.json Normal file
View File

@ -0,0 +1,38 @@
{
"Concurrency": 3,
"Days": 15,
"Server": {
"Host": "192.168.1.4:1443",
"ApiToken": "xxx"
},
"Acme": {
"Email": "xxx",
"DNSProvider": {
"TencentCloud": {
"SecretId": "xxx",
"SecretKey": "xxx"
},
"AliCloud": {
"AccessKeyId": "xxx",
"AccessKeySecret": "xxx",
"RAMRole": "xxx(可选)",
"STSToken": "xxx(可选)"
},
"HuaweiCloud": {
"AccessKeyId": "xxx",
"Region": "xxx",
"SecretAccessKey": "xxx"
},
"WestCN": {
"Username": "xxx",
"Password": "xxx"
},
"RainYun": {
"ApiKey": "xxx"
},
"Dode": {
"Token": "xxx"
}
}
}
}