mirror of
https://github.com/getnamingo/registry.git
synced 2025-06-27 14:44:45 +02:00
Added TMCH cron and database patches
This commit is contained in:
parent
f9ae818a4d
commit
b4ccc2b0e8
5 changed files with 192 additions and 30 deletions
|
@ -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',
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue