changed log to info and set ntp time sync

This commit is contained in:
2025-03-27 19:13:15 -05:00
parent e25bd153c2
commit 24de7bb03e

View File

@@ -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'
ntp:
address: 'udp://time.windows.com:123'
version: 3
max_desync: '3s'
disable_startup_check: false
disable_failure: false