changed log to info and set ntp time sync
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user