Add 2 environment variables to control the typewriter effect:

This commit is contained in:
Rafi
2023-03-10 10:57:45 +08:00
parent 33d9c392fa
commit 8dcd7f46b1
6 changed files with 48 additions and 21 deletions

View File

@@ -4,6 +4,9 @@ services:
image: wongsaang/chatgpt-ui-client:latest
environment:
- SERVER_DOMAIN=http://backend-web-server
- NUXT_PUBLIC_APP_NAME='ChatGPT UI'
- NUXT_PUBLIC_TYPEWRITER=true
- NUXT_PUBLIC_TYPEWRITER_DELAY=100
depends_on:
- backend-web-server
ports: