From 25c7c5d083dfdd8ef3145f019b270f0e6ae636e5 Mon Sep 17 00:00:00 2001 From: akanealw Date: Fri, 30 Dec 2022 11:55:14 -0600 Subject: [PATCH] added ntp settings --- configuration.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configuration.yml b/configuration.yml index a87b2fb..f67e300 100644 --- a/configuration.yml +++ b/configuration.yml @@ -16,6 +16,13 @@ server: key: "" certificate: "" +ntp: + address: "time.cloudflare.com:123" + version: 3 + max_desync: 3s + disable_startup_check: false + disable_failure: false + log: level: info