X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=agent-config.json.in;h=e8599cbe5f4afaaab27724b5b509ac6c5c4b422a;hb=d917dcca04b8d5f5a7a4fdf82d0a66ef14611fca;hp=499cada80ea72410c0769edebfaecbff284e4e86;hpb=32bf4cb0c949f44343849607d0439a61d1e6ea49;p=src%2Fxds%2Fxds-agent.git diff --git a/agent-config.json.in b/agent-config.json.in index 499cada..e8599cb 100644 --- a/agent-config.json.in +++ b/agent-config.json.in @@ -1,8 +1,15 @@ { + "httpPort": "8000", + "webAppDir": "./www", "logsDir": "${HOME}/.xds/agent/logs", - "xds-apikey": "1234abcezam", + "xdsServers": [ + { + "url": "http://localhost:8810" + } + ], "syncthing": { "home": "${HOME}/.xds/agent/syncthing-config", - "gui-address": "http://localhost:8384" + "gui-address": "http://localhost:8384", + "gui-apikey": "1234abcezam" } -} \ No newline at end of file +}