Merge 6d7664ce43 into 4de1eed65a
commit
cd1f35c9ed
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
$openmetricsAllowedClients = getenv('OPENMETRICS_ALLOWED_CLIENTS');
|
||||
if ($openmetricsAllowedClients) {
|
||||
$CONFIG['openmetrics_allowed_clients'] = array_filter(array_map('trim', explode(',', $openmetricsAllowedClients)));
|
||||
}
|
||||
Loading…
Reference in new issue