diff --git a/.env.development.example b/.env.development.example index f9bcd361a..f496d2a9c 100644 --- a/.env.development.example +++ b/.env.development.example @@ -22,6 +22,7 @@ DB_HOST=host.docker.internal DB_PORT=5432 #Set custom ray port +RAY_ENABLED=false RAY_PORT= # Special Keys for Andras diff --git a/config/ray.php b/config/ray.php index 11dbf9d6f..08598c4e8 100644 --- a/config/ray.php +++ b/config/ray.php @@ -6,7 +6,7 @@ return [ * * By default, `ray()` will only transmit data in non-production environments. */ - 'enable' => env('RAY_ENABLED', false), + 'enable' => env('RAY_ENABLED', true), /* * When enabled, all cache events will automatically be sent to Ray.