From 4ac2758d700b8f25cd2af2569e98cce069e61435 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Tue, 17 Sep 2024 14:35:08 +0200 Subject: [PATCH] Update .env.development.example --- .env.development.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.development.example b/.env.development.example index 3023a21a6..89d3af930 100644 --- a/.env.development.example +++ b/.env.development.example @@ -6,7 +6,7 @@ APP_KEY= APP_URL=http://localhost APP_PORT=8000 APP_DEBUG=true -SSH_MUX_ENABLED=false +SSH_MUX_ENABLED=true # PostgreSQL Database Configuration DB_DATABASE=coolify @@ -21,7 +21,7 @@ RAY_ENABLED=false # Set custom ray port RAY_PORT= -# Clockwork Configuration +# Clockwork Configuration (remove?) CLOCKWORK_ENABLED=false CLOCKWORK_QUEUE_COLLECT=true