ajouter l'envoi des email

This commit is contained in:
maher
2026-06-10 14:45:02 +02:00
parent 2c744608fe
commit 46c35badfd
2373 changed files with 1165 additions and 9 deletions
Regular → Executable
+7 -4
View File
@@ -27,12 +27,15 @@ DEFAULT_URI=http://localhost
###< symfony/routing ###
###> doctrine/doctrine-bundle ###
DATABASE_URL=mysql://root:root@172.28.2.1:3306/anyvideo?mariadb-10.4.34
DATABASE_URL=mysql://root:root@172.28.2.1:3306/video?mariadb-10.4.34
###< doctrine/doctrine-bundle ###
###> symfony/messenger ###
# Choose one of the transports below
# MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages
# MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
###< symfony/messenger ###
###> LISTMONK/API ###
LISTMONK_BASE_URL=https://listmonk.powerpme.com
LISTMONK_API_USER=
LISTMONK_TOKEN=
###> LISTMONK/API ###