X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=lib%2Fsyncthing%2Fst.go;fp=lib%2Fsyncthing%2Fst.go;h=031a2ac221487de10f7fa0db1636ec52bfb73998;hb=2d90eac319979dba64371258b30e61e77a15db7d;hp=924f4075774e0d17562e131039b6d98a46aef7e1;hpb=77ab312b87324090ec6cb619d11f792b53fdddbd;p=src%2Fxds%2Fxds-agent.git diff --git a/lib/syncthing/st.go b/lib/syncthing/st.go index 924f407..031a2ac 100644 --- a/lib/syncthing/st.go +++ b/lib/syncthing/st.go @@ -98,7 +98,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