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