From 0e484d0d4a7c3b891987b147e78fefc5f200f909 Mon Sep 17 00:00:00 2001 From: zhengkunwang <31820853+zhengkunwang223@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:03:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=20chatgpt-next-web?= =?UTF-8?q?=20WHITE=5FWEBDAV=5FENDPOINTS=20=E5=8F=82=E6=95=B0=20(#2285)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chatgpt-next-web/2.15.4/data.yml | 2 +- chatgpt-next-web/2.15.4/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chatgpt-next-web/2.15.4/data.yml b/chatgpt-next-web/2.15.4/data.yml index 8fda84336..c348c2054 100644 --- a/chatgpt-next-web/2.15.4/data.yml +++ b/chatgpt-next-web/2.15.4/data.yml @@ -40,7 +40,7 @@ additionalProperties: type: text - default: "" edit: true - envKey: WHITE_WEBDEV_ENDPOINTS + envKey: WHITE_WEBDAV_ENDPOINTS labelEn: White list of webdev endpoints labelZh: webdev 白名单 required: false diff --git a/chatgpt-next-web/2.15.4/docker-compose.yml b/chatgpt-next-web/2.15.4/docker-compose.yml index 81513b9ed..e344276e0 100644 --- a/chatgpt-next-web/2.15.4/docker-compose.yml +++ b/chatgpt-next-web/2.15.4/docker-compose.yml @@ -11,7 +11,7 @@ services: - "CODE=${SECRET_KEY}" - "PROXY_URL=${PROXY}" - "BASE_URL=${API_BASE_URL}" - - "WHITE_WEBDEV_ENDPOINTS=${WHITE_WEBDEV_ENDPOINTS}" + - "WHITE_WEBDAV_ENDPOINTS=${WHITE_WEBDAV_ENDPOINTS}" image: yidadaa/chatgpt-next-web:v2.15.4 labels: createdBy: "Apps"