From 78c3e44cb56e3d4b610a1b2e8ba2912d286dfc63 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Thu, 18 May 2017 23:23:42 +0200 Subject: [PATCH] Update config file model. --- agent-config.json.in | 5 ++--- 1 file 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 -- 2.16.6