mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 15:15:56 +08:00
Enabled Notion integration setup in Docker Compose Deployment (#3919)
This commit is contained in:
parent
8b3edac091
commit
1d3f1d88ef
@ -140,6 +140,11 @@ services:
|
|||||||
SENTRY_TRACES_SAMPLE_RATE: 1.0
|
SENTRY_TRACES_SAMPLE_RATE: 1.0
|
||||||
# The sample rate for Sentry profiles. Default: `1.0`
|
# The sample rate for Sentry profiles. Default: `1.0`
|
||||||
SENTRY_PROFILES_SAMPLE_RATE: 1.0
|
SENTRY_PROFILES_SAMPLE_RATE: 1.0
|
||||||
|
# Notion import configuration, support public and internal
|
||||||
|
NOTION_INTEGRATION_TYPE: public
|
||||||
|
NOTION_CLIENT_SECRET: you-client-secret
|
||||||
|
NOTION_CLIENT_ID: you-client-id
|
||||||
|
NOTION_INTERNAL_SECRET: you-internal-secret
|
||||||
# The sandbox service endpoint.
|
# The sandbox service endpoint.
|
||||||
CODE_EXECUTION_ENDPOINT: "http://sandbox:8194"
|
CODE_EXECUTION_ENDPOINT: "http://sandbox:8194"
|
||||||
CODE_EXECUTION_API_KEY: dify-sandbox
|
CODE_EXECUTION_API_KEY: dify-sandbox
|
||||||
@ -246,6 +251,11 @@ services:
|
|||||||
RELYT_USER: postgres
|
RELYT_USER: postgres
|
||||||
RELYT_PASSWORD: difyai123456
|
RELYT_PASSWORD: difyai123456
|
||||||
RELYT_DATABASE: postgres
|
RELYT_DATABASE: postgres
|
||||||
|
# Notion import configuration, support public and internal
|
||||||
|
NOTION_INTEGRATION_TYPE: public
|
||||||
|
NOTION_CLIENT_SECRET: you-client-secret
|
||||||
|
NOTION_CLIENT_ID: you-client-id
|
||||||
|
NOTION_INTERNAL_SECRET: you-internal-secret
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
- redis
|
- redis
|
||||||
|
Loading…
x
Reference in New Issue
Block a user