Added TMCH cron and database patches

This commit is contained in:
Pinga 2023-12-15 15:06:56 +02:00
parent f9ae818a4d
commit b4ccc2b0e8
5 changed files with 192 additions and 30 deletions

View file

@ -63,4 +63,11 @@ return [
'mailer_sms' => 'twilio', // telesign, plivo, vonage, clickatell are also available
'mailer_sms_account' => 'YOUR_ACCOUNT_SID/USERNAME',
'mailer_sms_auth' => 'YOUR_AUTH_TOKEN/PASSWORD',
// TMCH Configuration
'tmch_path' => '/tmp/',
'tmch_smdrl_user' => 'your_username',
'tmch_smdrl_pass' => 'your_password',
'tmch_dnl_user' => 'your_username',
'tmch_dnl_pass' => 'your_password',
];