aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-12-08 09:49:04 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-12-08 09:49:04 +0100
commit385db677724ef6766988f6576238e82a6218045e (patch)
tree962ed4b135edf6abacfb9597e8a4e79aea946fb4
parentfa388b959a98d8e60c9e591d50a3862cb77b0457 (diff)
Fixed default webapp dir in config.json
-rw-r--r--conf.d/etc/xds-agent/config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/etc/xds-agent/config.json b/conf.d/etc/xds-agent/config.json
index 235e6d6..1a7957e 100644
--- a/conf.d/etc/xds-agent/config.json
+++ b/conf.d/etc/xds-agent/config.json
@@ -1,6 +1,6 @@
{
"httpPort": "8800",
- "webAppDir": "./www",
+ "webAppDir": "${EXEPATH}/www",
"logsDir": "${HOME}/.xds/agent/logs",
"xdsServers": [
{