Merge branch 'feature/VoiceFiles' into 'feature/CreateExcel'

Feature/voice files

See merge request witel-back-end/crm!22
This commit is contained in:
2025-08-11 12:23:56 +00:00
25 changed files with 330 additions and 119 deletions

View File

@@ -4,4 +4,5 @@ return [
'TRUSTED_IP' => explode(',', env("TRUSTED_IP", '127.0.0.1')),
'NOTIFICATION_SERVER_URL' => env('NOTIFICATION_SERVER_URL', '127.0.0.1'),
'LOGIN_HASH_VALUE' => env('LOGIN_HASH_VALUE'),
'SETAD_IP' => env('SETAD_IP'),
];

View File

@@ -150,6 +150,11 @@ return [
'path' => storage_path('logs/send_system_message_stats_report.log'),
'level' => 'debug',
],
],
'send_supervisor_check_stats_report' => [
'driver' => 'single',
'path' => storage_path('logs/send_supervisor_check_stats_report.log'),
'level' => 'debug',
],
],
];