Files
desktop/custom/apps/pihole/config/module.php
Lars Gebhardt-Kusche ac2d95fc56
All checks were successful
Deploy / deploy-staging (push) Successful in 25s
Deploy / deploy-production (push) Has been skipped
asdasd
2026-06-25 00:17:31 +02:00

16 lines
350 B
PHP

<?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' => '',
];