fix: modify redis DSN

This commit is contained in:
Maël Gangloff 2025-11-09 17:52:49 +01:00
parent 534f79186f
commit d236d12cec
No known key found for this signature in database
GPG Key ID: 11FDC81C24A7F629

2
.env
View File

@ -42,7 +42,7 @@ CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$'
###> symfony/lock ###
# Choose one of the stores below
# postgresql+advisory://db_user:db_password@localhost/db_name
LOCK_DSN=redis://localhost:6379/lock?lazy=1
LOCK_DSN=redis://localhost:6379
###< symfony/lock ###
###> symfony/mailer ###