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 type: text
- default: "" - default: ""
edit: true edit: true
envKey: WHITE_WEBDEV_ENDPOINTS envKey: WHITE_WEBDAV_ENDPOINTS
labelEn: White list of webdev endpoints labelEn: White list of webdev endpoints
labelZh: webdev 白名单 labelZh: webdev 白名单
required: false required: false

View File

@ -11,7 +11,7 @@ services:
- "CODE=${SECRET_KEY}" - "CODE=${SECRET_KEY}"
- "PROXY_URL=${PROXY}" - "PROXY_URL=${PROXY}"
- "BASE_URL=${API_BASE_URL}" - "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 image: yidadaa/chatgpt-next-web:v2.15.4
labels: labels:
createdBy: "Apps" createdBy: "Apps"