添加示例配置文件 config.json
This commit is contained in:
38
config.json
Normal file
38
config.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user