Redis env variables

This commit is contained in:
2024-02-11 14:20:45 +03:00
parent 57fec6bb00
commit 788b8acfbc

View File

@@ -2,4 +2,9 @@ TOKEN=
PROXY_TOKEN=
API_URL="http://localhost:3000"
API_URL="http://localhost:3000"
REDIS_HOST="localhost"
REDIS_PORT=6379
REDIS_PASSWORD=123
REDIS_DB=0