mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: some stuff
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user