Added LORDN generation cron

This commit is contained in:
Pinga 2023-12-20 13:16:13 +02:00
parent 49d7822d1a
commit e56fa9d034
3 changed files with 161 additions and 0 deletions

View file

@ -70,4 +70,8 @@ return [
'tmch_smdrl_pass' => 'your_password',
'tmch_dnl_user' => 'your_username',
'tmch_dnl_pass' => 'your_password',
// LORDN Configuration
'lordn_user' => 'your_username',
'lordn_pass' => 'your_password',
];