diff --git a/.env.example b/.env.example index e4fcead..54b39bd 100644 --- a/.env.example +++ b/.env.example @@ -4,7 +4,7 @@ APP_KEY= APP_DEBUG=true APP_URL=http://localhost -APP_LOCALE=en +APP_LOCALE=zh_CN APP_FALLBACK_LOCALE=en APP_FAKER_LOCALE=en_US @@ -19,6 +19,7 @@ LOG_CHANNEL=stack LOG_STACK=single LOG_DEPRECATIONS_CHANNEL=null LOG_LEVEL=debug +LOG_SQL=false DB_CONNECTION=mysql DB_HOST=127.0.0.1