fix: wrong NOTION_INTEGRATION_TYPE with internal (#26)
* fix: wrong NOTION_INTEGRATION_TYPE with internal * Update en/advanced/datasets/sync-from-notion.md * Update zh_CN/advanced/datasets/sync-from-notion.md --------- Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>pull/27/head^2
parent
b4f30e283e
commit
4c46d88ce6
|
|
@ -47,6 +47,8 @@ Once the integration is created, you can update its settings as needed under the
|
|||
|
||||
Copy it and back to the Dify source code , in the **.env** file configuration related environment variables, environment variables as follows:
|
||||
|
||||
**NOTION\_INTEGRATION\_TYPE** = internal
|
||||
or
|
||||
**NOTION\_INTEGRATION\_TYPE** = public
|
||||
|
||||
**NOTION\_INTERNAL\_SECRET**=you-internal-secret
|
||||
|
|
|
|||
|
|
@ -45,6 +45,8 @@ Notion集成分为**内部集成**(internal integration)和**外部集成**
|
|||
|
||||
复制后回到 Dify 源代码下,在 **.env** 文件里配置相关环境变量,环境变量如下:
|
||||
|
||||
**NOTION\_INTEGRATION\_TYPE** = internal
|
||||
or
|
||||
**NOTION\_INTEGRATION\_TYPE** = public
|
||||
|
||||
**NOTION\_INTERNAL\_SECRET**=you-internal-secret
|
||||
|
|
|
|||
Loading…
Reference in New Issue