exception.push.php
390 字节
<?php
use Lackoxygen\ExceptionPush\Agents\{Ding, Wx};
return [
'agents' => [
Wx::class => [
'key' => '', 'enable' => false
], Ding::class => [
'token' => '', 'secret' => '', 'enable' => false
]
],
'client' => [
'timeout' => 30.00,
],
'callbacks' => [
'formatter' => null, 'dispatcher' => null
]
];