mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: start webhook support
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
framework:
|
||||
notifier:
|
||||
chatter_transports:
|
||||
zulip: '%env(ZULIP_DSN)%'
|
||||
telegram: '%env(TELEGRAM_DSN)%'
|
||||
slack: '%env(SLACK_DSN)%'
|
||||
rocketchat: '%env(ROCKETCHAT_DSN)%'
|
||||
microsoftteams: '%env(MICROSOFT_TEAMS_DSN)%'
|
||||
mattermost: '%env(MATTERMOST_DSN)%'
|
||||
googlechat: '%env(GOOGLE_CHAT_DSN)%'
|
||||
discord: '%env(DISCORD_DSN)%'
|
||||
texter_transports:
|
||||
channel_policy:
|
||||
# use chat/slack, chat/telegram, sms/twilio or sms/nexmo
|
||||
|
||||
@@ -14,6 +14,8 @@ parameters:
|
||||
limit_max_watchlist_domains: '%env(int:LIMIT_MAX_WATCHLIST_DOMAINS)%'
|
||||
|
||||
services:
|
||||
Symfony\Component\Messenger\Transport\TransportFactoryInterface: '@messenger.transport_factory'
|
||||
|
||||
# default configuration for services in *this* file
|
||||
_defaults:
|
||||
autowire: true # Automatically injects dependencies in your services.
|
||||
|
||||
Reference in New Issue
Block a user