aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-10-12 17:34:29 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-10-12 17:37:56 +0200
commit96fb2907b5a3e7f348684749d5eb717e79fb2c61 (patch)
treebc958b906c499b9139b2a9e5f6ce352722a34dc3 /lib
parent9fd633261e9e505e73022a01330420ec3e6b82dc (diff)
Used non default syncthing port to avoid confict.
Diffstat (limited to 'lib')
-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 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