From 777204d72f9d184e4416f943d8a1a38051dfb5ae Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Mon, 16 Oct 2017 18:31:15 +0200 Subject: Update default syncthing port to 8386 Signed-off-by: Sebastien Douheret --- lib/syncthing/st.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/syncthing/st.go') diff --git a/lib/syncthing/st.go b/lib/syncthing/st.go index 660738d..6199a8f 100644 --- a/lib/syncthing/st.go +++ b/lib/syncthing/st.go @@ -58,7 +58,7 @@ func NewSyncThing(conf *xdsconfig.Config, log *logrus.Logger) *SyncThing { } if url == "" { - url = "http://localhost:8384" + url = "http://localhost:8386" } if url[0:7] != "http://" { url = "http://" + url -- cgit 1.2.3-korg