Used non default syncthing port to avoid confict.
[src/xds/xds-server.git] / webapp / src / app / services / syncthing.service.ts
index aefb039..2e6da1c 100644 (file)
@@ -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