Add to env

This commit is contained in:
Daniel Brendel 2024-04-05 22:38:32 +02:00
parent 89928a88c3
commit 792331d5f4
1 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,10 @@ DB_DATABASE=asatru
DB_DRIVER=mysql
DB_CHARSET="utf8"
# Caching
CACHE_DRIVER=null
CACHE_DURATION=512
# SMTP settings
SMTP_FROMNAME="Test"
SMTP_FROMADDRESS="test@domain.tld"