Skip to content

Commit 4df5b3f

Browse files
authored
Docs: remove remote url (#626)
1 parent 672b47e commit 4df5b3f

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

en/plugins/best-practice/develop-a-slack-bot-plugin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Back in your plugin project, copy the `.env.example` file and rename it to `.env
240240

241241
```bash
242242
INSTALL_METHOD=remote
243-
REMOTE_INSTALL_HOST=remote-url
243+
REMOTE_INSTALL_HOST=remote
244244
REMOTE_INSTALL_PORT=5003
245245
REMOTE_INSTALL_KEY=****-****-****-****-****
246246
```

en/plugins/quick-start/debug-plugin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Go back to the plugin project, copy the `.env.example` file and rename it to `.e
1414

1515
```bash
1616
INSTALL_METHOD=remote
17-
REMOTE_INSTALL_HOST=remote-url
17+
REMOTE_INSTALL_HOST=remote
1818
REMOTE_INSTALL_PORT=5003
1919
REMOTE_INSTALL_KEY=****-****-****-****-****
2020
```

jp/plugins/best-practice/develop-a-slack-bot-plugin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ Difyプラットフォームにアクセスし、Difyプラグインのリモー
246246

247247
```bash
248248
INSTALL_METHOD=remote
249-
REMOTE_INSTALL_HOST=remote-url
249+
REMOTE_INSTALL_HOST=remote
250250
REMOTE_INSTALL_PORT=5003
251251
REMOTE_INSTALL_KEY=****-****-****-****-****
252252
```

jp/plugins/quick-start/debug-plugin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
```bash
1212
INSTALL_METHOD=remote
13-
REMOTE_INSTALL_HOST=remote-url
13+
REMOTE_INSTALL_HOST=remote
1414
REMOTE_INSTALL_PORT=5003
1515
REMOTE_INSTALL_KEY=****-****-****-****-****
1616
```

jp/plugins/quick-start/develop-plugins/extension-plugin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ pip install dify-plugin
223223

224224
```bash
225225
INSTALL_METHOD=remote
226-
REMOTE_INSTALL_HOST=remote-url
226+
REMOTE_INSTALL_HOST=remote
227227
REMOTE_INSTALL_PORT=5003
228228
REMOTE_INSTALL_KEY=****-****-****-****-****
229229
```

jp/plugins/quick-start/develop-plugins/model-plugin/integrate-the-predefined-model.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ pricing:
242242

243243
```bash
244244
INSTALL_METHOD=remote
245-
REMOTE_INSTALL_HOST=remote-url
245+
REMOTE_INSTALL_HOST=remote
246246
REMOTE_INSTALL_PORT=5003
247247
REMOTE_INSTALL_KEY=****-****-****-****-****
248248
```

zh_CN/plugins/best-practice/develop-a-slack-bot-plugin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ class SlackEndpoint(Endpoint):
247247
248248
```bash
249249
INSTALL_METHOD=remote
250-
REMOTE_INSTALL_HOST=remote-url
250+
REMOTE_INSTALL_HOST=remote
251251
REMOTE_INSTALL_PORT=5003
252252
REMOTE_INSTALL_KEY=****-****-****-****-****
253253
```

zh_CN/plugins/quick-start/develop-plugins/extension-plugin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ pip install dify-plugin
223223

224224
```bash
225225
INSTALL_METHOD=remote
226-
REMOTE_INSTALL_HOST=remote-url
226+
REMOTE_INSTALL_HOST=remote
227227
REMOTE_INSTALL_PORT=5003
228228
REMOTE_INSTALL_KEY=****-****-****-****-****
229229
```

zh_CN/plugins/quick-start/develop-plugins/model-plugin/integrate-the-predefined-model.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ pricing:
241241

242242
```bash
243243
INSTALL_METHOD=remote
244-
REMOTE_INSTALL_HOST=remote-url
244+
REMOTE_INSTALL_HOST=remote
245245
REMOTE_INSTALL_PORT=5003
246246
REMOTE_INSTALL_KEY=****-****-****-****-****
247247
```

0 commit comments

Comments
 (0)