Skip to content

Commit

Permalink
feat: docs for custom_domain
Browse files Browse the repository at this point in the history
Signed-off-by: seven <zilisheng1996@gmail.com>
  • Loading branch information
Blankll committed Oct 3, 2024
1 parent 08ff094 commit 5ff4a05
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,14 @@ service: insight-poc-${stage}
> required: true
- **backend**: 事件的后端,通过方法的名称,指定后端的方法,请求最终有指定的方法进行处理
> required: true

- **custom_domain**: 事件的自定义域名
> required: false
- **domain_name**: 自定义域名
> required: true
- **certificate_name**: 证书名称
> required: true
- **certificate_private_key**: 证书私钥
> required: true
- **certificate_body**: 证书内容
> required: true

0 comments on commit 5ff4a05

Please sign in to comment.