From: Sebastien Douheret Date: Thu, 18 May 2017 21:23:42 +0000 (+0200) Subject: Update config file model. X-Git-Tag: v0.0.1-alpha~8 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-agent.git;a=commitdiff_plain;h=78c3e44cb56e3d4b610a1b2e8ba2912d286dfc63 Update config file model. --- 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