Used non default syncthing port to avoid confict.
[src/xds/xds-server.git] / webapp / src / app / services / config.service.ts
index 98dec34..3f07a6a 100644 (file)
@@ -125,7 +125,7 @@ export class ConfigService {
                 projects: [],
                 localSThg: {
                     ID: null,
-                    URL: "http://localhost:8384",
+                    URL: "http://localhost:8385",
                     retry: 10,    // 10 seconds
                     tilde: "",
                 }