From 20e2f28aa5c08871e036e72114d07aef2e1efb3b Mon Sep 17 00:00:00 2001 From: Stephen Butler Date: Tue, 9 Jul 2024 11:43:01 -0500 Subject: [PATCH] adds ignore_time_mismatch to the reference.md and adds a line about the security risk this can introduce as well as the recommendation to setup NTP for both ends. --- docs/docs/configuration/reference.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/configuration/reference.md b/docs/docs/configuration/reference.md index 8b51de148..0f7d2badf 100644 --- a/docs/docs/configuration/reference.md +++ b/docs/docs/configuration/reference.md @@ -613,6 +613,9 @@ cameras: user: admin # Optional: password for login. password: admin + # Optional: Ignores time synchronization mismatchs between the camera and the server during authentication. + # Using NTP on both ends is recommended and this should only be set to True in a "safe" environment due to the security risk it represents. + ignore_time_mismatch: False # Optional: PTZ camera object autotracking. Keeps a moving object in # the center of the frame by automatically moving the PTZ camera. autotracking: