mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: sender From header
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
# https://symfony.com/doc/current/best_practices.html#use-parameters-for-application-configuration
|
# https://symfony.com/doc/current/best_practices.html#use-parameters-for-application-configuration
|
||||||
parameters:
|
parameters:
|
||||||
mailer_sender_email: '%env(string:MAILER_SENDER_EMAIL)%'
|
mailer_sender_email: '%env(string:MAILER_SENDER_EMAIL)%'
|
||||||
mailer_sender_name: '%env(string:MAILER_SENDER_NAME)'
|
mailer_sender_name: '%env(string:MAILER_SENDER_NAME)%'
|
||||||
oauth_enabled: '%env(OAUTH_CLIENT_ID)%'
|
oauth_enabled: '%env(OAUTH_CLIENT_ID)%'
|
||||||
registration_enabled: '%env(bool:REGISTRATION_ENABLED)%'
|
registration_enabled: '%env(bool:REGISTRATION_ENABLED)%'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user