24 lines
444 B
PHP
24 lines
444 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Default config header created during install
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
Example config:
|
||
|
|
||
|
return new oat\tao\model\notifications\AlarmNotificationService([
|
||
|
'notifiers' => [
|
||
|
[
|
||
|
'class' => '\\oat\\tao\\model\\notifiers\\OpsGenieNotifier',
|
||
|
'params' => ['1fc9e71d-5390-4634-a866-b727b0f7ca25']
|
||
|
]
|
||
|
],
|
||
|
]);
|
||
|
|
||
|
**/
|
||
|
|
||
|
return new oat\tao\model\notifications\AlarmNotificationService([
|
||
|
'notifiers' => [
|
||
|
],
|
||
|
]);
|