mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2025-06-26 21:37:42 -07:00
added password auth for redis
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user