From 476489aeb970410ccda6317ec88133ac47c43934 Mon Sep 17 00:00:00 2001 From: Duoduo Date: Fri, 31 Oct 2025 15:45:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=A4=BA=E4=BE=8B=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=20`config.json`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 config.json 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