aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-10-16 18:43:40 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-10-16 18:43:40 +0200
commit938da5a671f370c7a07b884df66d2c8a83b167d2 (patch)
treedbd84860f891ad900cd5d14ce320a7824969988d
parent09571c909a7446f5d7eaae6f4f4e00fc6112bf23 (diff)
Update syncthing port according to latest changes
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
-rw-r--r--docs/part-1/2_install-xds-server.md4
-rw-r--r--docs/part-2/1_xds-server.md4
-rw-r--r--docs/part-2/2_xds-agent.md4
3 files changed, 6 insertions, 6 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",
}
}
diff --git a/docs/part-2/1_xds-server.md b/docs/part-2/1_xds-server.md
index eb4bb17..c4f00b3 100644
--- a/docs/part-2/1_xds-server.md
+++ b/docs/part-2/1_xds-server.md
@@ -289,7 +289,7 @@ below corresponds to the default values):
- **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)
```json
@@ -302,7 +302,7 @@ 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",
}
}
diff --git a/docs/part-2/2_xds-agent.md b/docs/part-2/2_xds-agent.md
index 7d6658e..55943fc 100644
--- a/docs/part-2/2_xds-agent.md
+++ b/docs/part-2/2_xds-agent.md
@@ -29,7 +29,7 @@ below corresponds to the default values):
- **xds-apikey** : xds-agent api-key to use (always set value to "1234abcezam")
- **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:8386)
- **syncthing.gui-apikey** : syncthing api-key to use (default auto-generated)
```json
@@ -40,7 +40,7 @@ below corresponds to the default values):
"syncthing": {
"binDir": ".",
"home": "${HOME}/.xds/agent/syncthing-config",
- "gui-address": "http://localhost:8384",
+ "gui-address": "http://localhost:8386",
"gui-apikey": "1234abcezam",
}
}