mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2025-06-27 03:57:41 -07:00
base redis commit
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user