diff --git a/.env.example b/.env.example index 4aa1391a..3509f5d3 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,5 @@ -APP_ENV=local -APP_DEBUG=true +APP_ENV=production +APP_DEBUG=false APP_KEY=SomeRandomString DB_HOST=localhost