fix: typo

This commit is contained in:
Fu Diwei 2025-10-20 20:38:04 +08:00
parent e2dae240fa
commit 80cf2f44c0

View File

@ -23,9 +23,9 @@ type SSLDeployerProviderConfig struct {
// 可取值 "client"、"master"。
ApiRole string `json:"apiRole"`
// LeCDN 用户名。
Username string `json:"accessKeyId"`
Username string `json:"username"`
// LeCDN 用户密码。
Password string `json:"accessKey"`
Password string `json:"password"`
// 是否允许不安全的连接。
AllowInsecureConnections bool `json:"allowInsecureConnections,omitempty"`
// 部署资源类型。