Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eryajf committed Sep 2, 2024
1 parent a44c260 commit 3175859
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config.example.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
cloud_providers:
# ↓↓↓ -------------------------- 1. DNS提供商Tencent,请勿更改此行,如无需腾讯云的配置,可删除此段配置至 aliyun
tencent:
# ↓↓↓ ------------------------ 2. 固定配置,无需更改
accounts:
# ↓↓↓ ---------------------- 3. 腾讯云账号配置,可配置多个,给每个账号取个名字,如 t1、t2
- name: t1
secretId: "xxxxx"
secretKey: "xxxxx"
Expand All @@ -11,4 +14,5 @@ cloud_providers:
accounts:
- name: a1
secretId: "xxxxx"
secretKey: "xxxxx"
secretKey: "xxxxx"
# 目前仅支持腾讯云和阿里云,如需支持更多云厂商,请提交 issue,也欢迎 PR

0 comments on commit 3175859

Please sign in to comment.