summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-09-18 18:44:52 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-09-18 18:50:59 +0200
commit1c6af6236743aa0963d4919b5ef42627efa6aca7 (patch)
tree61c33256f1f92c169df04659038a70793a44ede2 /README.md
parent8d6d7494cf0f9c0f14b5082820082e85576a41da (diff)
Fix default config values.
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 77ef6e3..aadaf4c 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,7 @@ The tarball mentioned in previous section includes this file with default settin
Here is the logic to determine which `agent-config.json` file will be used:
1. from command line option: `--config myConfig.json`
-1. `$HOME/.xds/agent-config.json` file
+1. `$HOME/.xds/agent/agent-config.json` file
1. `<current dir>/agent-config.json` file
1. `<xds-agent executable dir>/agent-config.json` file
@@ -101,7 +101,7 @@ below corresponds to the default values):
"xds-apikey": "1234abcezam",
"syncthing": {
"binDir": ".",
- "home": "${HOME}/.xds/syncthing-config",
+ "home": "${HOME}/.xds/agent/syncthing-config",
"gui-address": "http://localhost:8384",
"gui-apikey": "1234abcezam",
}