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