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 /config.json.in | |
parent | 9fd633261e9e505e73022a01330420ec3e6b82dc (diff) |
Used non default syncthing port to avoid confict.
Diffstat (limited to 'config.json.in')
-rw-r--r-- | config.json.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.json.in b/config.json.in index 6116439..ac2f891 100644 --- a/config.json.in +++ b/config.json.in @@ -7,6 +7,6 @@ "syncthing": { "binDir": "./bin", "home": "${HOME}/.xds-server/syncthing-config", - "gui-address": "http://localhost:8384" + "gui-address": "http://localhost:8385" } } |