From a5b3fef1d8f0fd0d899ed4132613fe5d9ac3f670 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Sat, 21 Sep 2024 00:20:01 +0200 Subject: [PATCH] Fix: ray error because port is not uncommented --- .env.development.example | 6 +----- other/nightly/.env.development.example | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.env.development.example b/.env.development.example index 3023a21a6..4de434df2 100644 --- a/.env.development.example +++ b/.env.development.example @@ -19,11 +19,7 @@ DB_PORT=5432 # Set to true to enable Ray RAY_ENABLED=false # Set custom ray port -RAY_PORT= - -# Clockwork Configuration -CLOCKWORK_ENABLED=false -CLOCKWORK_QUEUE_COLLECT=true +# RAY_PORT= # Enable Laravel Telescope for debugging TELESCOPE_ENABLED=false diff --git a/other/nightly/.env.development.example b/other/nightly/.env.development.example index 3023a21a6..4de434df2 100644 --- a/other/nightly/.env.development.example +++ b/other/nightly/.env.development.example @@ -19,11 +19,7 @@ DB_PORT=5432 # Set to true to enable Ray RAY_ENABLED=false # Set custom ray port -RAY_PORT= - -# Clockwork Configuration -CLOCKWORK_ENABLED=false -CLOCKWORK_QUEUE_COLLECT=true +# RAY_PORT= # Enable Laravel Telescope for debugging TELESCOPE_ENABLED=false