Update default syncthing port to 8386
[src/xds/xds-agent.git] / lib / syncthing / st.go
index 660738d..6199a8f 100644 (file)
@@ -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