Disabled/Greyed project when not usable.
[src/xds/xds-server.git] / config.json.in
index dd34579..1668e05 100644 (file)
@@ -1,10 +1,12 @@
 {
     "webAppDir": "webapp/dist",
+    "httpPort": "8000",
     "shareRootDir": "${ROOT_DIR}/tmp/builder_dev_host/share",
     "logsDir": "/tmp/xds-server/logs",
+    "sdkRootDir": "/xdt/sdk",
     "syncthing": {
         "binDir": "./bin",
-        "home": "${ROOT_DIR}/tmp/local_dev/syncthing-config",
+        "home": "${ROOT_DIR}/tmp/builder_dev_host/syncthing-config",
         "gui-address": "http://localhost:8384"
     }
-}
\ No newline at end of file
+}