mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-28 10:32:27 +08:00
feat(config-sample): add Sync config block to config-sample
commented out
This commit is contained in:
parent
5c7c995504
commit
9cca9fe074
@ -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.
|
# 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)
|
# 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
|
trustedReverseProxy=false
|
||||||
|
|
||||||
|
[Sync]
|
||||||
|
#syncServerHost=
|
||||||
|
#syncServerTimeout=
|
||||||
|
#syncProxy=
|
Loading…
x
Reference in New Issue
Block a user