aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/etc/xds-agent/config.json
diff options
context:
space:
mode:
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"
+ }
+}