diff --git a/config.json b/config.json new file mode 100644 index 0000000..6df1120 --- /dev/null +++ b/config.json @@ -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" + } + } + } +} \ No newline at end of file