更新 manifest.json,修改 API URL 为新的地址,并将认证类型更改为 user_http,以支持新的认证方式。
This commit is contained in:
parent
8a51997fae
commit
5905ce7c8d
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"api": {
|
||||
"type": "openapi",
|
||||
"url": "https://raw.githubusercontent.com/foryoung365/lobechat-plugin-workers-schnell/main/public/openapi.json",
|
||||
"url": "https://nas.moonflame.top:10301/foryoung365/lobechat-plugin-workers-schnell/raw/branch/main/public/manifest.json",
|
||||
"is_user_authenticated": false
|
||||
},
|
||||
"auth": {
|
||||
"type": "service_http",
|
||||
"type": "user_http",
|
||||
"authorization_type": "custom",
|
||||
"custom_auth_header": "X-Api-Key: ${WORKER_API_KEY}"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue