Fixed default syncthing local port number
[src/xds/xds-server.git] / webapp / src / app / services / config.service.ts
index 3f07a6a..7af5fc9 100644 (file)
@@ -125,7 +125,7 @@ export class ConfigService {
                 projects: [],
                 localSThg: {
                     ID: null,
-                    URL: "http://localhost:8385",
+                    URL: "http://localhost:8386",
                     retry: 10,    // 10 seconds
                     tilde: "",
                 }