Uptime-Status/config.inc.php

14 lines
270 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("DATE_FORMAT", "M j, Y, g:i a");
define("TIMEZONE", "Etc/UTC");
define("MONITOR_OPTIONS", [
2023-10-31 18:36:02 +01:00
4 => ["rich" => true]
]);