docker: update notion env settings (#62)

pull/66/head
Eric Wang 2024-04-17 14:58:48 +08:00 committed by GitHub
parent 3059689b07
commit c5958cc849
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 3 deletions

View File

@ -316,10 +316,12 @@ Used for application monitoring and error log tracking.
#### Notion Integration Configuration
Notion integration configuration, variables can be obtained by applying for Notion integration: [https://www.notion.so/my-integrations](https://www.notion.so/my-integrations)
Notion integration configuration variables can be obtained by applying for Notion integration: [https://www.notion.so/my-integrations](https://www.notion.so/my-integrations)
* NOTION\_CLIENT\_ID
* NOTION\_CLIENT\_SECRET
* NOTION_INTEGRATION_TYPE: Configure as "public" or "internal". Since Notion's OAuth redirect URL only supports HTTPS, if deploying locally, please use Notion's internal integration.
* NOTION_CLIENT_SECRET: Notion OAuth client secret (used for public integration type)
* NOTION_CLIENT_ID: OAuth client ID (used for public integration type)
* NOTION_INTERNAL_SECRET: Notion internal integration secret. If the value of `NOTION_INTEGRATION_TYPE` is "internal", you need to configure this variable.
#### Mail related configuration