From 9cca9fe074b1895b2df0e9bf67290e559aecf985 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Fri, 24 Jan 2025 00:12:50 +0100 Subject: [PATCH] feat(config-sample): add Sync config block to config-sample commented out --- config-sample.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config-sample.ini b/config-sample.ini index d419ed473..039a78516 100644 --- a/config-sample.ini +++ b/config-sample.ini @@ -27,3 +27,8 @@ keyPath= # once set, expressjs will use the X-Forwarded-For header set by the rev. proxy to determinate the real IPs of clients. # expressjs shortcuts are supported: loopback(127.0.0.1/8, ::1/128), linklocal(169.254.0.0/16, fe80::/10), uniquelocal(10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, fc00::/7) trustedReverseProxy=false + +[Sync] +#syncServerHost= +#syncServerTimeout= +#syncProxy= \ No newline at end of file