Set install dir to /opt/AGL and move conf to $HOME/.xds-server
[src/xds/xds-server.git] / config.json.in
index 274c7b4..6116439 100644 (file)
@@ -1,12 +1,12 @@
 {
-    "webAppDir": "webapp/dist",
+    "webAppDir": "www",
     "httpPort": "8000",
-    "shareRootDir": "${HOME}/.xds/share",
+    "shareRootDir": "${HOME}/.xds-server/projects",
     "logsDir": "/tmp/xds-server/logs",
     "sdkRootDir": "/xdt/sdk",
     "syncthing": {
         "binDir": "./bin",
-        "home": "${HOME}/.xds/syncthing-config",
+        "home": "${HOME}/.xds-server/syncthing-config",
         "gui-address": "http://localhost:8384"
     }
 }