diff --git a/.env.example b/.env.example index b2e0fe3..d3fc722 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,7 @@ APP_NAME=Laravel APP_ENV=local -clAPP_DEBUG=true +APP_KEY= +APP_DEBUG=true APP_URL=http://localhost:8000 FRONTEND_URL=http://localhost:3000