added password auth for redis

This commit is contained in:
2024-03-31 23:01:57 -07:00
parent 07dc242639
commit f0bd51ac88
6 changed files with 48 additions and 15 deletions

View File

@ -37,6 +37,7 @@ STEAM_API_KEY=""
# Redis settings
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_PASS=super-secure-password
REDIS_DATABASE=15
REDIS_EXPIRATION=3600