feat: 修改 chatgpt-next-web WHITE_WEBDAV_ENDPOINTS 参数 (#2285)

This commit is contained in:
zhengkunwang 2024-10-14 14:03:28 +08:00 committed by GitHub
parent 26ba1952a4
commit 9cc9eb3103
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"