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