From ba0e29aaf4812574356fc12559ab890c38b4dc85 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 6 Sep 2024 10:21:23 +0200 Subject: [PATCH] chore: Update Ray configuration and Dockerfile --- .env.development.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.env.development.example b/.env.development.example index f496d2a9c..ba0213f58 100644 --- a/.env.development.example +++ b/.env.development.example @@ -21,8 +21,10 @@ DB_PASSWORD=password DB_HOST=host.docker.internal DB_PORT=5432 -#Set custom ray port +# Ray Configuration +# Set to true to enable Ray RAY_ENABLED=false +# Set custom ray port RAY_PORT= # Special Keys for Andras