diff --git a/docker/vhost.conf b/docker/vhost.conf index 829dd31..d07eb6b 100644 --- a/docker/vhost.conf +++ b/docker/vhost.conf @@ -1,5 +1,5 @@ - ServerName localhost + ServerName kci.local DocumentRoot /var/www/html/public diff --git a/storage/cron-settings.json b/storage/cron-settings.json index bb96fd8..c9ce6ae 100644 --- a/storage/cron-settings.json +++ b/storage/cron-settings.json @@ -1,5 +1,5 @@ { "enabled": true, - "interval_minutes": 5, - "last_run": "2026-05-21 19:33:01" + "interval_minutes": 60, + "last_run": "2026-06-04 13:19:01" }