X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=config.json.in;h=3dcc04a90092f962edba5a2806892caab4f4384a;hb=76b949fbfca5a80d990048791ac1258fc8bb027d;hp=1668e05265e71da0ab008d84c16a458fa88006ab;hpb=5c45a5d016f7738ac66f9dedcff6d4712aab2a3d;p=src%2Fxds%2Fxds-server.git diff --git a/config.json.in b/config.json.in index 1668e05..3dcc04a 100644 --- a/config.json.in +++ b/config.json.in @@ -1,12 +1,12 @@ { - "webAppDir": "webapp/dist", - "httpPort": "8000", - "shareRootDir": "${ROOT_DIR}/tmp/builder_dev_host/share", + "webAppDir": "www", + "httpPort": "8010", + "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" } }