diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-10-16 18:31:15 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-10-16 18:41:32 +0200 |
commit | 777204d72f9d184e4416f943d8a1a38051dfb5ae (patch) | |
tree | 5d1c32591e6e8be46196dd3a2a4f968c155f4694 /lib/syncthing/st.go | |
parent | 6a7bde4d4fefc609f9f1d1204520879a5a0fd526 (diff) |
Update default syncthing port to 8386
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'lib/syncthing/st.go')
-rw-r--r-- | lib/syncthing/st.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/syncthing/st.go b/lib/syncthing/st.go index 660738d..6199a8f 100644 --- a/lib/syncthing/st.go +++ b/lib/syncthing/st.go @@ -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 |