#feature: add test mail generator
This commit is contained in:
@@ -45,6 +45,11 @@ return [
|
||||
'timeout' => env('MONO_TIMEOUT', 30),
|
||||
],
|
||||
|
||||
'crm' => [
|
||||
'base_uri' => env('CRM_SERVICE_BASE_URI'),
|
||||
'timeout' => (int) env('CRM_SERVICE_TIMEOUT', 15),
|
||||
],
|
||||
|
||||
'dingtalk' => [
|
||||
'webhook' => env('DINGTALK_WEBHOOK'),
|
||||
'secret' => env('DINGTALK_SECRET'),
|
||||
|
||||
Reference in New Issue
Block a user