Update config file model.
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Thu, 18 May 2017 21:23:42 +0000 (23:23 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Thu, 18 May 2017 21:23:42 +0000 (23:23 +0200)
agent-config.json.in

index 3ee736d..9c7803f 100644 (file)
@@ -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