Skip to content

Commit 212d15f

Browse files
committed
修正了typo,WHITE_WEBDEV_ENDPOINTS -> WHITE_WEBDAV_ENDPOINTS
1 parent b5ba05d commit 212d15f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.env.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ ANTHROPIC_API_VERSION=
6666
ANTHROPIC_URL=
6767

6868
### (optional)
69-
WHITE_WEBDEV_ENDPOINTS=
69+
WHITE_WEBDAV_ENDPOINTS=

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ For ByteDance: use `modelName@bytedance=deploymentName` to customize model name
340340

341341
Change default model
342342

343-
### `WHITE_WEBDEV_ENDPOINTS` (optional)
343+
### `WHITE_WEBDAV_ENDPOINTS` (optional)
344344

345345
You can use this option if you want to increase the number of webdav service addresses you are allowed to access, as required by the format:
346346
- Each address must be a complete endpoint

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ ByteDance Api Url.
202202

203203
如果你想禁用从链接解析预制设置,将此环境变量设置为 1 即可。
204204

205-
### `WHITE_WEBDEV_ENDPOINTS` (可选)
205+
### `WHITE_WEBDAV_ENDPOINTS` (可选)
206206

207207
如果你想增加允许访问的webdav服务地址,可以使用该选项,格式要求:
208208
- 每一个地址必须是一个完整的 endpoint

README_JA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ ByteDance API の URL。
193193

194194
リンクからのプリセット設定解析を無効にしたい場合は、この環境変数を 1 に設定します。
195195

196-
### `WHITE_WEBDEV_ENDPOINTS` (オプション)
196+
### `WHITE_WEBDAV_ENDPOINTS` (オプション)
197197

198198
アクセス許可を与える WebDAV サービスのアドレスを追加したい場合、このオプションを使用します。フォーマット要件:
199199
- 各アドレスは完全なエンドポイントでなければなりません。

app/config/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export const getServerSideConfig = () => {
155155
// );
156156

157157
const allowedWebDevEndpoints = (
158-
process.env.WHITE_WEBDEV_ENDPOINTS ?? ""
158+
process.env.WHITE_WEBDAV_ENDPOINTS ?? ""
159159
).split(",");
160160

161161
return {

0 commit comments

Comments
 (0)