Standardized XDS config file name and location.
[src/xds/xds-agent.git] / conf.d / etc / xds-agent / agent-config.json
diff --git a/conf.d/etc/xds-agent/agent-config.json b/conf.d/etc/xds-agent/agent-config.json
deleted file mode 100644 (file)
index 1a7957e..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-{
-    "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"
-    }
-}