This commit is contained in:
Dave Mc Nicoll 2023-03-30 14:31:33 -04:00
commit 778cdcc7af
1 changed files with 1 additions and 6 deletions

View File

@ -10,12 +10,7 @@ return [
],
'keys' => (function() {
foreach(explode(',', getenv('KEYS') ?? "") as $item) {
list($var, $value) = explode(":", trim($item));
$list[$var] = $value;
}
return $list;
return explode(',', getenv('KEYS') ?? "") ;
})(),
'meta' => [