aboutsummaryrefslogtreecommitdiffstats
path: root/lib/syncthing/st.go
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-10-20 14:30:33 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-10-20 14:36:43 +0200
commit2d90eac319979dba64371258b30e61e77a15db7d (patch)
tree3b89b5efcf4b4476852a9944a12d5c9a6e3502fd /lib/syncthing/st.go
parent77ab312b87324090ec6cb619d11f792b53fdddbd (diff)
parent7843cfd903cf7770df81c91193068900fb563e59 (diff)
Merge branch 'master' into wipv0.3.0-rc1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'lib/syncthing/st.go')
-rw-r--r--lib/syncthing/st.go2
1 files changed, 1 insertions, 1 deletions
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