feat: instance IP address envvar

This commit is contained in:
Vincent
2024-08-23 14:01:02 +02:00
parent 2f841f0127
commit 3e3ea66848
5 changed files with 22 additions and 15 deletions

View File

@@ -21,6 +21,7 @@ services:
bind:
$mailerSenderEmail: '%mailer_sender_email%'
$mailerSenderName: '%mailer_sender_name%'
$outgoingIp: '%env(string:OUTGOING_IP)%'
# makes classes in src/ available to be used as services
# this creates a service per class whose id is the fully-qualified class name