From 300cd10abfc6eadd8334a216661aac5f038ff9a1 Mon Sep 17 00:00:00 2001 From: EmmyHeart Date: Mon, 16 Oct 2023 13:23:56 +0000 Subject: [PATCH] Updated example config with reboot time You can leave this option out to disable reboot times, and the games will use the prior mechanism of maintenance always being 4~ hours before current time --- example_config/core.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/example_config/core.yaml b/example_config/core.yaml index 76ec5b1..7bf097e 100644 --- a/example_config/core.yaml +++ b/example_config/core.yaml @@ -13,6 +13,9 @@ title: loglevel: "info" hostname: "localhost" port: 8080 + reboot_start_time: "04:00" + reboot_end_time: "05:00" + database: host: "localhost"