diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-09-18 18:44:52 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-09-18 18:50:59 +0200 |
commit | 1c6af6236743aa0963d4919b5ef42627efa6aca7 (patch) | |
tree | 61c33256f1f92c169df04659038a70793a44ede2 /README.md | |
parent | 8d6d7494cf0f9c0f14b5082820082e85576a41da (diff) |
Fix default config values.
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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", } |