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