diff --git a/.env.example b/.env.example index 6e6fd0fa1a..ce0218faf1 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_CONNECTION=mysql