diff options
-rw-r--r-- | conf.d/etc/xds-agent/config.json | 4 |
1 files 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": { |