X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=config.json.in;h=ac2f8918c27006b11e8a18a2fdae9e1b941a9760;hb=e9fa58ca8a03f03e6022955fd4934e6fda5876ee;hp=dd345792b2882e66035b51ab7c69154525641269;hpb=c07adb807c41a1545a9a0f5bbf40080d86946538;p=src%2Fxds%2Fxds-server.git diff --git a/config.json.in b/config.json.in index dd34579..ac2f891 100644 --- a/config.json.in +++ b/config.json.in @@ -1,10 +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": { "binDir": "./bin", - "home": "${ROOT_DIR}/tmp/local_dev/syncthing-config", - "gui-address": "http://localhost:8384" + "home": "${HOME}/.xds-server/syncthing-config", + "gui-address": "http://localhost:8385" } -} \ No newline at end of file +}