X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=conf.d%2Fetc%2Fxds-agent%2Fconfig.json;h=235e6d6902a3045af382cfd3be025642d50b1cf8;hb=0e8a438f07a2fbb2b9e16cb9ad852211400e5aea;hp=35d702dcd3da1a19707d22c15c6c9cb6f0d29ae7;hpb=fa1a0fa5e47260349d2da761b499223d11324b58;p=src%2Fxds%2Fxds-agent.git diff --git a/conf.d/etc/xds-agent/config.json b/conf.d/etc/xds-agent/config.json index 35d702d..235e6d6 100644 --- a/conf.d/etc/xds-agent/config.json +++ b/conf.d/etc/xds-agent/config.json @@ -1,6 +1,12 @@ { + "httpPort": "8800", + "webAppDir": "./www", "logsDir": "${HOME}/.xds/agent/logs", - "xds-apikey": "1234abcezam", + "xdsServers": [ + { + "url": "http://localhost:8000" + } + ], "syncthing": { "home": "${HOME}/.xds/agent/syncthing-config", "gui-address": "http://localhost:8386",