From 24de7bb03eb321f29410a428a330e6431e006f2a Mon Sep 17 00:00:00 2001 From: akanealw Date: Thu, 27 Mar 2025 19:13:15 -0500 Subject: [PATCH] changed log to info and set ntp time sync --- authelia/config/configuration.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/authelia/config/configuration.yml b/authelia/config/configuration.yml index 8c26464..7c4401c 100644 --- a/authelia/config/configuration.yml +++ b/authelia/config/configuration.yml @@ -13,7 +13,7 @@ server: implementation: 'ForwardAuth' log: - level: 'debug' + level: 'info' totp: issuer: 'authelia.com' @@ -115,4 +115,10 @@ notifier: password: 'qlvmffuzpscltdgz' address: 'smtp://smtp.gmail.com:587' sender: 'akanealw@gmail.com' - \ No newline at end of file + +ntp: + address: 'udp://time.windows.com:123' + version: 3 + max_desync: '3s' + disable_startup_check: false + disable_failure: false