feat: some stuff

This commit is contained in:
Vincent
2024-08-26 14:02:12 +02:00
parent 3e3ea66848
commit 7861eaf5db
8 changed files with 30 additions and 8 deletions

View File

@@ -13,6 +13,8 @@ parameters:
limit_max_watchlist: '%env(int:LIMIT_MAX_WATCHLIST)%'
limit_max_watchlist_domains: '%env(int:LIMIT_MAX_WATCHLIST_DOMAINS)%'
outgoing_ip: '%env(string:OUTGOING_IP)%'
services:
# default configuration for services in *this* file
_defaults:
@@ -21,7 +23,7 @@ services:
bind:
$mailerSenderEmail: '%mailer_sender_email%'
$mailerSenderName: '%mailer_sender_name%'
$outgoingIp: '%env(string:OUTGOING_IP)%'
$outgoingIp: '%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