fix: lock domain purchase if already launched

This commit is contained in:
Maël Gangloff
2025-11-09 17:38:31 +01:00
parent 7f288c01e3
commit 66e2c25b18
5 changed files with 32 additions and 5 deletions

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=flock
LOCK_DSN=redis://localhost:6379/lock?lazy=1
###< symfony/lock ###
###> symfony/mailer ###