Added env var NUXT_PUBLIC_CUSTOM_API_KEY to docs

This commit is contained in:
Rafi
2023-03-24 14:32:38 +08:00
parent 5fa059017c
commit 4d09ff7c8a
3 changed files with 3 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ services:
- NUXT_PUBLIC_APP_NAME='ChatGPT UI'
- NUXT_PUBLIC_TYPEWRITER=true
- NUXT_PUBLIC_TYPEWRITER_DELAY=100
- NUXT_PUBLIC_CUSTOM_API_KEY=false # [true|false] Whether to enable the API Key setting module (default: false)
depends_on:
- backend-web-server
ports: