diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-05-18 23:23:42 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-05-18 23:23:42 +0200 |
commit | 78c3e44cb56e3d4b610a1b2e8ba2912d286dfc63 (patch) | |
tree | 8d48b6a15d18d5753002d0f5bf3957d3d2393bcf /agent-config.json.in | |
parent | bb1c21ff73153633eb4b62f35aaaa610165a3862 (diff) |
Update config file model.
Diffstat (limited to 'agent-config.json.in')
-rw-r--r-- | agent-config.json.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/agent-config.json.in b/agent-config.json.in index 3ee736d..9c7803f 100644 --- a/agent-config.json.in +++ b/agent-config.json.in @@ -1,8 +1,7 @@ { - "logsDir": "/tmp/xds-agent/logs", + "logsDir": "${HOME}/.xds/agent/logs", "syncthing": { - "binDir": "./bin", - "home": "${ROOT_DIR}/tmp/local_dev/syncthing-config", + "home": "${HOME}/.xds/agent/syncthing-config", "gui-address": "http://localhost:8384" } }
\ No newline at end of file |