docker: update notion env settings (#62)
parent
3059689b07
commit
c5958cc849
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue