File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -66,4 +66,4 @@ ANTHROPIC_API_VERSION=
66
66
ANTHROPIC_URL =
67
67
68
68
# ## (optional)
69
- WHITE_WEBDEV_ENDPOINTS =
69
+ WHITE_WEBDAV_ENDPOINTS =
Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ For ByteDance: use `modelName@bytedance=deploymentName` to customize model name
340
340
341
341
Change default model
342
342
343
- ### ` WHITE_WEBDEV_ENDPOINTS ` (optional)
343
+ ### ` WHITE_WEBDAV_ENDPOINTS ` (optional)
344
344
345
345
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:
346
346
- Each address must be a complete endpoint
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ ByteDance Api Url.
202
202
203
203
如果你想禁用从链接解析预制设置,将此环境变量设置为 1 即可。
204
204
205
- ### ` WHITE_WEBDEV_ENDPOINTS ` (可选)
205
+ ### ` WHITE_WEBDAV_ENDPOINTS ` (可选)
206
206
207
207
如果你想增加允许访问的webdav服务地址,可以使用该选项,格式要求:
208
208
- 每一个地址必须是一个完整的 endpoint
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ ByteDance API の URL。
193
193
194
194
リンクからのプリセット設定解析を無効にしたい場合は、この環境変数を 1 に設定します。
195
195
196
- ### ` WHITE_WEBDEV_ENDPOINTS ` (オプション)
196
+ ### ` WHITE_WEBDAV_ENDPOINTS ` (オプション)
197
197
198
198
アクセス許可を与える WebDAV サービスのアドレスを追加したい場合、このオプションを使用します。フォーマット要件:
199
199
- 各アドレスは完全なエンドポイントでなければなりません。
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ export const getServerSideConfig = () => {
155
155
// );
156
156
157
157
const allowedWebDevEndpoints = (
158
- process . env . WHITE_WEBDEV_ENDPOINTS ?? ""
158
+ process . env . WHITE_WEBDAV_ENDPOINTS ?? ""
159
159
) . split ( "," ) ;
160
160
161
161
return {
You can’t perform that action at this time.
0 commit comments