Use environment variables in config files

This commit is contained in:
Yassine Guedidi
2025-01-11 01:50:41 +01:00
parent ad84d2b13b
commit 7cd46cb292
5 changed files with 44 additions and 44 deletions

View File

@ -21,4 +21,4 @@ monolog:
type: console
sentry:
dsn: "%sentry_dsn%"
dsn: "%env(SENTRY_DSN)%"