feat(mail) : install webklex/php-imap + symfony/lock, configure lock store

This commit is contained in:
2026-05-19 23:32:01 +02:00
parent 23191bdab6
commit 3a2d8d5bde
8 changed files with 1012 additions and 3 deletions

7
.env
View File

@@ -20,4 +20,9 @@ JWT_COOKIE_TTL=86400
DATABASE_URL="postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@db:${POSTGRES_PORT}/${POSTGRES_DB}?serverVersion=16&charset=utf8"
ENCRYPTION_KEY=change_me_in_env_local
ENCRYPTION_KEY=change_me_in_env_local
###> symfony/lock ###
# Choose one of the stores below
# postgresql+advisory://db_user:db_password@localhost/db_name
LOCK_DSN=flock
###< symfony/lock ###