diff --git a/apps/chatgpt-next-web/2.15.4/data.yml b/apps/chatgpt-next-web/2.15.4/data.yml index 8fda8433..c348c205 100644 --- a/apps/chatgpt-next-web/2.15.4/data.yml +++ b/apps/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/apps/chatgpt-next-web/2.15.4/docker-compose.yml b/apps/chatgpt-next-web/2.15.4/docker-compose.yml index 81513b9e..e344276e 100644 --- a/apps/chatgpt-next-web/2.15.4/docker-compose.yml +++ b/apps/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"