aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/etc/xds-agent/config.json
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-10-20 14:30:33 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-10-20 14:36:43 +0200
commit2d90eac319979dba64371258b30e61e77a15db7d (patch)
tree3b89b5efcf4b4476852a9944a12d5c9a6e3502fd /conf.d/etc/xds-agent/config.json
parent77ab312b87324090ec6cb619d11f792b53fdddbd (diff)
parent7843cfd903cf7770df81c91193068900fb563e59 (diff)
Merge branch 'master' into wipv0.3.0-rc1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'conf.d/etc/xds-agent/config.json')
-rw-r--r--conf.d/etc/xds-agent/config.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/conf.d/etc/xds-agent/config.json b/conf.d/etc/xds-agent/config.json
new file mode 100644
index 0000000..7c7d7cb
--- /dev/null
+++ b/conf.d/etc/xds-agent/config.json
@@ -0,0 +1,15 @@
+{
+ "httpPort": "8000",
+ "webAppDir": "./www",
+ "logsDir": "${HOME}/.xds/agent/logs",
+ "xdsServers": [
+ {
+ "url": "http://localhost:8810"
+ }
+ ],
+ "syncthing": {
+ "home": "${HOME}/.xds/agent/syncthing-config",
+ "gui-address": "http://localhost:8386",
+ "gui-apikey": "1234abcezam"
+ }
+}