Removed useless code of deprecated make command.
[src/xds/xds-server.git] / config.json.in
index dd34579..ac2f891 100644 (file)
@@ -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
+}