Fixed default syncthing local port number
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Tue, 17 Oct 2017 08:03:33 +0000 (10:03 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Tue, 17 Oct 2017 08:03:33 +0000 (10:03 +0200)
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
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: "",
                 }