mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 04:40:30 +08:00
Fix/dataset init (#409)
This commit is contained in:
@@ -85,3 +85,9 @@ SENTRY_DSN=
|
||||
# DEBUG
|
||||
DEBUG=false
|
||||
SQLALCHEMY_ECHO=false
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user