mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2025-06-26 14:57:41 -07:00
minor env tweaks, and adding redis to .env.testing
This commit is contained in:
@ -37,7 +37,7 @@ STEAM_API_KEY=""
|
||||
# Redis settings
|
||||
REDIS_HOST=localhost
|
||||
REDIS_PORT=6379
|
||||
REDIS_PASS=super-secure-password
|
||||
REDIS_PASS="super-secure-password"
|
||||
REDIS_DATABASE=15
|
||||
REDIS_EXPIRATION=3600
|
||||
|
||||
|
@ -25,6 +25,13 @@ DB_PORT=3306
|
||||
DB_DATABASE=asatru
|
||||
DB_DRIVER=mysql
|
||||
|
||||
# Redis settings
|
||||
REDIS_HOST=localhost
|
||||
REDIS_PORT=6379
|
||||
REDIS_PASS=""
|
||||
REDIS_DATABASE=
|
||||
REDIS_EXPIRATION=
|
||||
|
||||
# SMTP settings
|
||||
SMTP_FROMNAME="Test"
|
||||
SMTP_FROMADDRESS="test@domain.tld"
|
||||
|
Reference in New Issue
Block a user