aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/src/app/services/syncthing.service.ts
diff options
context:
space:
mode:
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