Compare commits

..

No commits in common. "40f9c246b2e2aa067584448bf6acb22b64da0bea" and "26e5e330f4c3a3fd6170d0fcc2e69fddb2f64e8a" have entirely different histories.

View File

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