feat(plugin): support saas plugin (#2349)
Co-authored-by: yuwenbinjie <yuwenbinjie@bytedance.com> Co-authored-by: ski <csu.zengxiaohui@gmail.com> Co-authored-by: Ryo <fanlv@bytedance.com>
This commit is contained in:
@ -269,3 +269,9 @@ export PLUGIN_AES_STATE_SECRET='osj^kfhsd*(z!sno'
|
||||
# PLUGIN_AES_OAUTH_TOKEN_SECRET is the secret of used to encrypt oauth refresh token and access token.
|
||||
# The size of secret must be 16, 24 or 32 bytes.
|
||||
export PLUGIN_AES_OAUTH_TOKEN_SECRET='cn+$PJ(HhJ[5d*z9'
|
||||
|
||||
|
||||
# Coze Saas API Configuration
|
||||
export COZE_SAAS_PLUGIN_ENABLED="" # default "", if you want to enable, set to true
|
||||
export COZE_SAAS_API_BASE_URL="https://api.coze.cn"
|
||||
export COZE_SAAS_API_KEY=""
|
||||
|
||||
Reference in New Issue
Block a user