Jobs setup
This commit is contained in:
@ -2,7 +2,9 @@
|
||||
return [
|
||||
'api_uri' => $_ENV['API_URI'],
|
||||
'api_key' => sha1($_ENV['API_KEY']),
|
||||
'base_command' => 'qpdf',
|
||||
'passwords' => function() {
|
||||
return explode($_ENV['PASSWORDS_SEPARATOR'] ?? ',', $_ENV['PASSWORDS'] ?? '');
|
||||
},
|
||||
'min_check_days' => 1
|
||||
];
|
||||
|
Reference in New Issue
Block a user