docs(channels): improve Lark config placeholder values
Replace vague placeholders with descriptive ones: - cli_xxx → your_lark_app_id - xxx → your_lark_app_secret Makes it clearer what values users need to substitute.
This commit is contained in:
parent
006a4db7a0
commit
38585a8e00
@ -309,8 +309,8 @@ verify_tls = true
|
||||
|
||||
```toml
|
||||
[channels_config.lark]
|
||||
app_id = "cli_xxx"
|
||||
app_secret = "xxx"
|
||||
app_id = "your_lark_app_id"
|
||||
app_secret = "your_lark_app_secret"
|
||||
encrypt_key = "" # optional
|
||||
verification_token = "" # optional
|
||||
allowed_users = ["*"]
|
||||
@ -324,8 +324,8 @@ port = 8081 # required for webhook mode
|
||||
|
||||
```toml
|
||||
[channels_config.feishu]
|
||||
app_id = "cli_xxx"
|
||||
app_secret = "xxx"
|
||||
app_id = "your_lark_app_id"
|
||||
app_secret = "your_lark_app_secret"
|
||||
encrypt_key = "" # optional
|
||||
verification_token = "" # optional
|
||||
allowed_users = ["*"]
|
||||
|
||||
@ -295,8 +295,8 @@ verify_tls = true
|
||||
|
||||
```toml
|
||||
[channels_config.lark]
|
||||
app_id = "cli_xxx"
|
||||
app_secret = "xxx"
|
||||
app_id = "your_lark_app_id"
|
||||
app_secret = "your_lark_app_secret"
|
||||
encrypt_key = "" # tùy chọn
|
||||
verification_token = "" # tùy chọn
|
||||
allowed_users = ["*"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user