Skip to content

Commit 8a9199a

Browse files
authored
Update 9231-extension-plugin.mdx
Revert remote debugging. The fixes should be applied in batches.
1 parent 71d0d52 commit 8a9199a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

plugin-dev-ja/9231-extension-plugin.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,8 @@ pip install dify-plugin
233233

234234
```bash
235235
INSTALL_METHOD=remote
236-
REMOTE_INSTALL_HOST=remote-url
237-
REMOTE_INSTALL_PORT=5003
238-
REMOTE_INSTALL_KEY=****-****-****-****-****
236+
REMOTE_INSTALL_URL=debug.dify.ai:5003
237+
REMOTE_INSTALL_KEY=********-****-****-****-************
239238
```
240239

241240
运行 `python -m main` 命令启动插件。在插件页即可看到该插件已被安装至 Workspace 内。其他团队成员也可以访问该插件。

0 commit comments

Comments
 (0)