Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/reference/env-configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5309,14 +5309,14 @@ See https://open.feishu.cn/document/sso/web-application-sso/login-overview
- Description: Sets the client secret for Feishu OAuth.
- Persistence: This environment variable is a `PersistentConfig` variable.

#### `FEISHU_CLIENT_SCOPE`
#### `FEISHU_OAUTH_SCOPE`

- Type: `str`
- Default: `contact:user.base:readonly`
- Description: Specifies the scope for Feishu OAuth authentication.
- Persistence: This environment variable is a `PersistentConfig` variable.

#### `FEISHU_CLIENT_REDIRECT_URI`
#### `FEISHU_REDIRECT_URI`

- Type: `str`
- Description: Sets the redirect URI for Feishu OAuth.
Expand Down