From 0305eab70645003bdc86668bd735494585192fd4 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Thu, 4 Dec 2025 16:21:04 +0100 Subject: [PATCH] chore: add redis envs to .env.local.example --- .env.local.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.local.example b/.env.local.example index 8cac0fbdd..24af1f2f5 100644 --- a/.env.local.example +++ b/.env.local.example @@ -13,6 +13,9 @@ DB_PORT=5432 DB_USERNAME=coolify DB_PASSWORD=password +REDIS_USERNAME=coolify +REDIS_PASSWORD=password + RAY_ENABLED=true # RAY_PORT=