From: Sebastien Douheret Date: Mon, 4 Dec 2017 10:36:17 +0000 (+0100) Subject: Fixed default http agent and server port numbers. X-Git-Tag: v1.0.0-rc2~12 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-agent.git;a=commitdiff_plain;h=0e8a438f07a2fbb2b9e16cb9ad852211400e5aea Fixed default http agent and server port numbers. --- 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": {