minor env tweaks, and adding redis to .env.testing

This commit is contained in:
Sophia Atkinson 2024-04-03 02:42:10 -07:00
parent 7c8c1635e5
commit 147f3688e7
Signed by: Sophia
GPG Key ID: 73928E5CCCD28BE1
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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"