Uptime-Status/config.inc.php

11 lines
198 B
PHP
Raw Normal View History

2023-10-31 17:40:48 +01:00
<?php
define("UPTIME_KUMA_URL", "http://uptime-kuma.local:3001");
2023-10-31 22:15:05 +01:00
define("UPTIME_KUMA_PAGE", "public");
2023-10-31 18:36:02 +01:00
define("ENABLE_TWIG_CACHE", false);
define("MONITOR_OPTIONS", [
2023-10-31 18:36:02 +01:00
4 => ["rich" => true]
]);