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

@@ -37,6 +37,7 @@ services:
image: wongsaang/chatgpt-ui-client:latest
environment:
- SERVER_DOMAIN=http://backend-web-server
- DEFAULT_LOCALE=zh
# - NUXT_PUBLIC_APP_NAME='ChatGPT UI' # APP 名称
# - NUXT_PUBLIC_TYPEWRITER=true # 是否开启 打字机 效果
# - NUXT_PUBLIC_TYPEWRITER_DELAY=50 # 打字机效果的延迟时间单位毫秒默认50