X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=README.md;fp=README.md;h=aadaf4cc41b9d1d194a155fece306d1de4b4a1af;hb=1c6af6236743aa0963d4919b5ef42627efa6aca7;hp=77ef6e3b1e2255adec4b7831fef9d607188e6c53;hpb=8d6d7494cf0f9c0f14b5082820082e85576a41da;p=src%2Fxds%2Fxds-agent.git 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. `/agent-config.json` file 1. `/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", }