From 220295a507d73a5ddc0ea30fd2eda8013e4e9209 Mon Sep 17 00:00:00 2001 From: jiacai_wang Date: Sat, 6 Jun 2020 19:07:09 +0800 Subject: [PATCH] sample config file --- config.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..93a809d --- /dev/null +++ b/config.json @@ -0,0 +1,6 @@ +{ + "regionId": "cn-hangzhou", + "accessKeyId": "YOUR_ACCESS_KEY_ID", + "accessSecret": "YOUR_ACCESS_SECRET", + "domainName": "YOUR_DOMAIN_NAME" +} \ No newline at end of file