From 788b8acfbcefc7936b41eec01bd05970a361250b Mon Sep 17 00:00:00 2001 From: Sergey Elpashev Date: Sun, 11 Feb 2024 14:20:45 +0300 Subject: [PATCH] Redis env variables --- .env.example | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index ae0343f..d1237de 100644 --- a/.env.example +++ b/.env.example @@ -2,4 +2,9 @@ TOKEN= PROXY_TOKEN= -API_URL="http://localhost:3000" \ No newline at end of file +API_URL="http://localhost:3000" + +REDIS_HOST="localhost" +REDIS_PORT=6379 +REDIS_PASSWORD=123 +REDIS_DB=0 \ No newline at end of file