X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=lib%2Fsyncthing%2Fst.go;h=99a17a1aea6acc4d9606363e7b1263d4a113382d;hb=96fb2907b5a3e7f348684749d5eb717e79fb2c61;hp=bc6529917bae15deb8f1152d2ec998de92598dd4;hpb=9fd633261e9e505e73022a01330420ec3e6b82dc;p=src%2Fxds%2Fxds-server.git diff --git a/lib/syncthing/st.go b/lib/syncthing/st.go index bc65299..99a17a1 100644 --- a/lib/syncthing/st.go +++ b/lib/syncthing/st.go @@ -101,7 +101,7 @@ func NewSyncThing(conf *xdsconfig.Config, log *logrus.Logger) *SyncThing { } if url == "" { - url = "http://localhost:8384" + url = "http://localhost:8385" } if url[0:7] != "http://" { url = "http://" + url