changed log to info and set ntp time sync
This commit is contained in:
@@ -13,7 +13,7 @@ server:
|
|||||||
implementation: 'ForwardAuth'
|
implementation: 'ForwardAuth'
|
||||||
|
|
||||||
log:
|
log:
|
||||||
level: 'debug'
|
level: 'info'
|
||||||
|
|
||||||
totp:
|
totp:
|
||||||
issuer: 'authelia.com'
|
issuer: 'authelia.com'
|
||||||
@@ -115,4 +115,10 @@ notifier:
|
|||||||
password: 'qlvmffuzpscltdgz'
|
password: 'qlvmffuzpscltdgz'
|
||||||
address: 'smtp://smtp.gmail.com:587'
|
address: 'smtp://smtp.gmail.com:587'
|
||||||
sender: 'akanealw@gmail.com'
|
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