Added minimum data set support for automation

This commit is contained in:
Pinga 2024-07-24 22:10:37 +03:00
parent 1a17fdfddc
commit 1e8ab1466d
3 changed files with 93 additions and 80 deletions

View file

@ -75,4 +75,7 @@ return [
// LORDN Configuration
'lordn_user' => 'your_username',
'lordn_pass' => 'your_password',
// Minimum Data Set
'minimum_data' => false,
];