X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=config.json.in;h=ac2f8918c27006b11e8a18a2fdae9e1b941a9760;hb=e9fa58ca8a03f03e6022955fd4934e6fda5876ee;hp=a4dcf33d6a0bd2a9b97ad44ce236d3c0e6978cbc;hpb=ec7051e1da665206f594c7616ad381bfeaea333a;p=src%2Fxds%2Fxds-server.git diff --git a/config.json.in b/config.json.in index a4dcf33..ac2f891 100644 --- a/config.json.in +++ b/config.json.in @@ -1,8 +1,12 @@ { - "webAppDir": "webapp/dist", - "shareRootDir": "${ROOT_DIR}/tmp/builder_dev_host/share", + "webAppDir": "www", + "httpPort": "8000", + "shareRootDir": "${HOME}/.xds-server/projects", + "logsDir": "/tmp/xds-server/logs", + "sdkRootDir": "/xdt/sdk", "syncthing": { - "home": "${ROOT_DIR}/tmp/local_dev/syncthing-config", - "gui-address": "http://localhost:8384" + "binDir": "./bin", + "home": "${HOME}/.xds-server/syncthing-config", + "gui-address": "http://localhost:8385" } -} \ No newline at end of file +}