Fixed default webapp dir in config.json
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Fri, 8 Dec 2017 08:49:04 +0000 (09:49 +0100)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Fri, 8 Dec 2017 08:49:04 +0000 (09:49 +0100)
conf.d/etc/xds-agent/config.json

index 235e6d6..1a7957e 100644 (file)
@@ -1,6 +1,6 @@
 {
     "httpPort": "8800",
-    "webAppDir": "./www",
+    "webAppDir": "${EXEPATH}/www",
     "logsDir": "${HOME}/.xds/agent/logs",
     "xdsServers": [
         {