1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-19 21:09:35 +08:00

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 2ff967ba20
commit 0e484d0d4a
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"