Fix/dataset init (#409)
This commit is contained in:
parent
82d07ed2a8
commit
ce2996e7d4
2 changed files with 12 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue