X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=webapp%2Fsrc%2Fapp%2Fservices%2Fsyncthing.service.ts;h=2e6da1c6edcb481575c2360cc3193feff1c7140d;hb=96fb2907b5a3e7f348684749d5eb717e79fb2c61;hp=aefb039f721d854e9ddb4a58fcd5ec43ef0adc97;hpb=9fd633261e9e505e73022a01330420ec3e6b82dc;p=src%2Fxds%2Fxds-server.git 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