Merge branch 'master' of https://git.mcnd.ca/mcndave/lean
This commit is contained in:
commit
778cdcc7af
|
@ -10,12 +10,7 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
'keys' => (function() {
|
'keys' => (function() {
|
||||||
foreach(explode(',', getenv('KEYS') ?? "") as $item) {
|
return explode(',', getenv('KEYS') ?? "") ;
|
||||||
list($var, $value) = explode(":", trim($item));
|
|
||||||
$list[$var] = $value;
|
|
||||||
}
|
|
||||||
|
|
||||||
return $list;
|
|
||||||
})(),
|
})(),
|
||||||
|
|
||||||
'meta' => [
|
'meta' => [
|
||||||
|
|
Loading…
Reference in New Issue