File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,11 @@ return [
117117 'proklung.notifier' => [
118118 'value' => [
119119 'notifier' => [
120+ // https://symfony.com/doc/current/notifier.html#configuring-channel-policies
121+ 'channel_policy' => [
122+ 'high' => ['chat'],
123+ 'medium' => ['email']
124+ ],
120125 'chatter_transports' => [
121126 'telegram' => 'telegram://315114113:AAFjvQlEiaWisZsav_YQfwmhEIIP9PFw3Ss@default?channel=-1001595706876',
122127 ],
@@ -159,6 +164,8 @@ return [
159164];
160165```
161166
167+ В параметрах поодерживаются и такие штуки, как ` '%env(TELEGRAM_DSN)%' ` (отсылка к переменной окружения ` TELEGRAM_DSN ` )
168+
162169## Кэширование контейнера
163170
164171Параметр ` cache_path ` - путь, куда ляжет скомпилированный контейнер. Если не задано, то по умолчанию ` /bitrix/cache/s1/proklung.redis ` .
You can’t perform that action at this time.
0 commit comments