diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-10-12 17:34:29 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-10-12 17:37:56 +0200 |
commit | 96fb2907b5a3e7f348684749d5eb717e79fb2c61 (patch) | |
tree | bc958b906c499b9139b2a9e5f6ce352722a34dc3 /conf.d/etc | |
parent | 9fd633261e9e505e73022a01330420ec3e6b82dc (diff) |
Used non default syncthing port to avoid confict.
Diffstat (limited to 'conf.d/etc')
-rw-r--r-- | conf.d/etc/xds-server/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/etc/xds-server/config.json b/conf.d/etc/xds-server/config.json index 02d87bf..4dbe501 100644 --- a/conf.d/etc/xds-server/config.json +++ b/conf.d/etc/xds-server/config.json @@ -6,6 +6,6 @@ "syncthing": { "binDir": "", "home": "${HOME}/.xds-server/syncthing-config", - "gui-address": "http://localhost:8384" + "gui-address": "http://localhost:8385" } } |