feat: Ajout configuration et dépendances initiales

This commit is contained in:
Serreau Jovann
2025-07-16 11:29:00 +02:00
parent 9c9ff36c6f
commit 0b7f9cca89
20 changed files with 3317 additions and 8 deletions

8
.env
View File

@@ -39,3 +39,11 @@ MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
###> symfony/mailer ###
MAILER_DSN=null://null
###< symfony/mailer ###
###> nelmio/cors-bundle ###
CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$'
###< nelmio/cors-bundle ###
###> sentry/sentry-symfony ###
SENTRY_DSN=
###< sentry/sentry-symfony ###