diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-12-08 09:49:04 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-12-08 09:49:04 +0100 |
commit | 385db677724ef6766988f6576238e82a6218045e (patch) | |
tree | 962ed4b135edf6abacfb9597e8a4e79aea946fb4 /conf.d | |
parent | fa388b959a98d8e60c9e591d50a3862cb77b0457 (diff) |
Fixed default webapp dir in config.json
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/etc/xds-agent/config.json | 2 |
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": [ { |