From 539acd58f7d8a07f3364c74681b7e3270ed59d94 Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com> Date: Tue, 3 Sep 2024 13:00:08 +0530 Subject: [PATCH] chore: update live server env example file (#5496) --- live/.env.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/live/.env.example b/live/.env.example index 5132ac146..de5e5c1f0 100644 --- a/live/.env.example +++ b/live/.env.example @@ -1 +1,3 @@ -API_BASE_URL="http://api:8000" \ No newline at end of file +API_BASE_URL="http://api:8000" +REDIS_HOST="localhost" +REDIS_PORT="6379" \ No newline at end of file