Feature/self host notion import (#397)

This commit is contained in:
Jyong
2023-06-17 19:50:21 +08:00
committed by GitHub
parent 402b0b81d2
commit 226f28edcb
4 changed files with 73 additions and 6 deletions

View File

@@ -190,6 +190,9 @@ class Config:
# notion import setting
self.NOTION_CLIENT_ID = get_env('NOTION_CLIENT_ID')
self.NOTION_CLIENT_SECRET = get_env('NOTION_CLIENT_SECRET')
self.NOTION_INTEGRATION_TYPE = get_env('NOTION_INTEGRATION_TYPE')
self.NOTION_INTERNAL_SECRET = get_env('NOTION_INTERNAL_SECRET')
class CloudEditionConfig(Config):