From 70b659af691f2fc010d696a3c5e34aa7f2f8e0a7 Mon Sep 17 00:00:00 2001 From: Daniel Covington Date: Thu, 4 Jun 2026 09:48:16 -0400 Subject: [PATCH] apache and cron settings --- docker/vhost.conf | 2 +- storage/cron-settings.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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" }