Fix/dataset init (#409)

This commit is contained in:
Jyong
2023-06-19 16:32:03 +08:00
committed by GitHub
parent 82d07ed2a8
commit ce2996e7d4
2 changed files with 12 additions and 1 deletions

View File

@@ -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