From fccd31009c0f6f598712a81f08a0ab57c89ec133 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 6 Sep 2024 10:21:02 +0200 Subject: [PATCH] chore: Enable Ray by default and update Dockerfile with latest versions of PACK and NIXPACKS --- .env.development.example | 1 + config/ray.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.development.example b/.env.development.example index f9bcd361a0..f496d2a9c1 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 11dbf9d6fc..08598c4e8c 100644 --- a/config/ray.php +++ b/config/ray.php @@ -6,7 +6,7 @@ * * 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.