diff options
Diffstat (limited to 'docs/part-1/2_install-xds-server.md')
-rw-r--r-- | docs/part-1/2_install-xds-server.md | 4 |
1 files changed, 2 insertions, 2 deletions
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 <http://localhost:8384>) +- **syncthing.gui-address** : syncthing gui url (default <http://localhost:8385>) - **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", } } |