From 0e8a438f07a2fbb2b9e16cb9ad852211400e5aea Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Mon, 4 Dec 2017 11:36:17 +0100 Subject: [PATCH] Fixed default http agent and server port numbers. --- conf.d/etc/xds-agent/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.d/etc/xds-agent/config.json b/conf.d/etc/xds-agent/config.json index 7c7d7cb..235e6d6 100644 --- a/conf.d/etc/xds-agent/config.json +++ b/conf.d/etc/xds-agent/config.json @@ -1,10 +1,10 @@ { - "httpPort": "8000", + "httpPort": "8800", "webAppDir": "./www", "logsDir": "${HOME}/.xds/agent/logs", "xdsServers": [ { - "url": "http://localhost:8810" + "url": "http://localhost:8000" } ], "syncthing": { -- 2.16.6