Cleanup of cli
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'api_uri' => $_ENV['API_URI'],
|
||||
'api_key' => sha1($_ENV['API_KEY'])
|
||||
'api_key' => sha1($_ENV['API_KEY']),
|
||||
'passwords' => function() {
|
||||
return explode($_ENV['PASSWORDS_SEPARATOR'] ?? ',', $_ENV['PASSWORDS'] ?? '');
|
||||
},
|
||||
];
|
||||
|
Reference in New Issue
Block a user