feat: add default language config.

This commit is contained in:
AI&I
2023-04-17 03:52:29 +08:00
parent e24a99481e
commit b9ed2fd785
6 changed files with 6 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ services:
image: wongsaang/chatgpt-ui-client:latest
environment:
- SERVER_DOMAIN=http://backend-web-server
- DEFAULT_LOCALE=en
# - NUXT_PUBLIC_APP_NAME='ChatGPT UI' # The name of the application
# - NUXT_PUBLIC_TYPEWRITER=true # Whether to enable the typewriter effect, default false
# - NUXT_PUBLIC_TYPEWRITER_DELAY=50 # The delay time of the typewriter effect, default 50ms