Add xds-agent user systemd service file and install
[src/xds/xds-agent.git] / conf.d / etc / xds-agent / config.json
diff --git a/conf.d/etc/xds-agent/config.json b/conf.d/etc/xds-agent/config.json
new file mode 100644 (file)
index 0000000..35d702d
--- /dev/null
@@ -0,0 +1,9 @@
+{
+    "logsDir": "${HOME}/.xds/agent/logs",
+    "xds-apikey": "1234abcezam",
+    "syncthing": {
+        "home": "${HOME}/.xds/agent/syncthing-config",
+        "gui-address": "http://localhost:8386",
+        "gui-apikey": "1234abcezam"
+    }
+}