base redis commit

This commit is contained in:
2024-03-31 17:17:40 -07:00
parent eab0025735
commit 141665dbf1
6 changed files with 263 additions and 21 deletions

View File

@ -34,6 +34,12 @@ APP_STATSPASSWORD="test"
STEAM_API_KEY=""
# Redis settings
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_DATABASE=15
REDIS_EXPIRATION=3600
# Database settings
DB_ENABLE=false
DB_HOST=localhost