8 lines
120 B
PHP
8 lines
120 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
declare(strict_types=1);
|
||
|
|
|
||
|
|
return [
|
||
|
|
// Instance list, polling intervals, and HTTP client config land here.
|
||
|
|
];
|