mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 17:55:42 +00:00
fix: modify redis DSN
This commit is contained in:
parent
534f79186f
commit
d236d12cec
2
.env
2
.env
@ -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 ###
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user