aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/etc/xds-agent/agent-config.json
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-12-11 09:34:34 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-12-11 09:34:34 +0100
commit7adfd21a66846ebb907bdcfd411e00670d70fa06 (patch)
treed85cfde9bfb2a5e59433cde5105e38c1e02a54cf /conf.d/etc/xds-agent/agent-config.json
parent385db677724ef6766988f6576238e82a6218045e (diff)
Fixed installed conf file name: agent-config.json.
Diffstat (limited to 'conf.d/etc/xds-agent/agent-config.json')
-rw-r--r--conf.d/etc/xds-agent/agent-config.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/conf.d/etc/xds-agent/agent-config.json b/conf.d/etc/xds-agent/agent-config.json
new file mode 100644
index 0000000..1a7957e
--- /dev/null
+++ b/conf.d/etc/xds-agent/agent-config.json
@@ -0,0 +1,15 @@
+{
+ "httpPort": "8800",
+ "webAppDir": "${EXEPATH}/www",
+ "logsDir": "${HOME}/.xds/agent/logs",
+ "xdsServers": [
+ {
+ "url": "http://localhost:8000"
+ }
+ ],
+ "syncthing": {
+ "home": "${HOME}/.xds/agent/syncthing-config",
+ "gui-address": "http://localhost:8386",
+ "gui-apikey": "1234abcezam"
+ }
+}