Remove .env.* files from tracking and update .gitignore

This commit is contained in:
Frank
2026-01-09 12:13:31 +01:00
parent ffd20f5535
commit 66cb356955
4 changed files with 3 additions and 16 deletions

View File

@@ -1,9 +0,0 @@
### Compiled or real environment variables should be used in production.
### Configure MAILER_DSN to use SendGrid API transport.
### Prefer storing SENDGRID_API_KEY using Symfony Secrets or real env vars.
###> symfony/mailer ###
# Example using SendGrid API key (replace with real secret via vault/secrets):
# SENDGRID_API_KEY=SG.xxxxx
MAILER_DSN=sendgrid+api://%env(resolve:SENDGRID_API_KEY)%@default
###< symfony/mailer ###