From 938da5a671f370c7a07b884df66d2c8a83b167d2 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Mon, 16 Oct 2017 18:43:40 +0200 Subject: Update syncthing port according to latest changes Signed-off-by: Sebastien Douheret --- docs/part-1/2_install-xds-server.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/part-1/2_install-xds-server.md') diff --git a/docs/part-1/2_install-xds-server.md b/docs/part-1/2_install-xds-server.md index 7eafc4e..a84da95 100644 --- a/docs/part-1/2_install-xds-server.md +++ b/docs/part-1/2_install-xds-server.md @@ -155,7 +155,7 @@ Supported fields in JSON configuration file are : - **sdkRootDir** : root directory where cross SDKs are installed - **syncthing.binDir** : syncthing binaries directory (default: executable directory) - **syncthing.home"** : syncthing home directory (usually .../syncthing-config) -- **syncthing.gui-address** : syncthing gui url (default ) +- **syncthing.gui-address** : syncthing gui url (default ) - **syncthing.gui-apikey** : syncthing api-key to use (default auto-generated) All fields are optional and example below corresponds to the default values: @@ -170,7 +170,7 @@ All fields are optional and example below corresponds to the default values: "syncthing": { "binDir": "./bin", "home": "${HOME}/.xds-server/syncthing-config", - "gui-address": "http://localhost:8384", + "gui-address": "http://localhost:8385", "gui-apikey": "123456789", } } -- cgit 1.2.3-korg