Merge 6d7664ce43 into a06863774c
commit
cef921e652
@ -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