X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=agent-config.json.in;h=e8599cbe5f4afaaab27724b5b509ac6c5c4b422a;hb=4695555e178bcabe54c5bf82117c9c4cef5440b5;hp=a0c0ad5c26b77aed2f4f1138231e25276f8e870c;hpb=bfeab33538d50ee52750de4dd4c0e72b64f674f6;p=src%2Fxds%2Fxds-agent.git diff --git a/agent-config.json.in b/agent-config.json.in index a0c0ad5..e8599cb 100644 --- a/agent-config.json.in +++ b/agent-config.json.in @@ -1,7 +1,15 @@ { + "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 +}