summaryrefslogtreecommitdiffstats
path: root/webapp/src/app/services/syncthing.service.ts
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 /webapp/src/app/services/syncthing.service.ts
parent9fd633261e9e505e73022a01330420ec3e6b82dc (diff)
Used non default syncthing port to avoid confict.
Diffstat (limited to 'webapp/src/app/services/syncthing.service.ts')
-rw-r--r--webapp/src/app/services/syncthing.service.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/app/services/syncthing.service.ts b/webapp/src/app/services/syncthing.service.ts
index aefb039..2e6da1c 100644
--- a/webapp/src/app/services/syncthing.service.ts
+++ b/webapp/src/app/services/syncthing.service.ts
@@ -104,7 +104,7 @@ interface ISTConfiguration {
}
// Default settings
-const DEFAULT_GUI_PORT = 8384;
+const DEFAULT_GUI_PORT = 8386;
const DEFAULT_GUI_API_KEY = "1234abcezam";
const DEFAULT_RESCAN_INTERV = 0; // 0: use syncthing-inotify to detect changes