asdasd
This commit is contained in:
15
custom/apps/pihole/config/module.php
Normal file
15
custom/apps/pihole/config/module.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'api_path' => '/admin/api.php',
|
||||
'api_timeout_sec' => 8,
|
||||
'action_timeout_sec' => 120,
|
||||
'dashboard_refresh_sec' => 1,
|
||||
'lists_refresh_sec' => 5,
|
||||
'queries_refresh_sec' => 5,
|
||||
'verify_tls' => true,
|
||||
'lists_primary_only' => false,
|
||||
'instances_json' => '',
|
||||
'primary_id' => '',
|
||||
];
|
||||
Reference in New Issue
Block a user