Set install dir to /opt/AGL and move conf to $HOME/.xds-server
[src/xds/xds-server.git] / conf.d / etc / xds-server / config.json
similarity index 57%
rename from conf.d/.config/xds/server/config.json
rename to conf.d/etc/xds-server/config.json
index 19700cf..02d87bf 100644 (file)
@@ -1,12 +1,11 @@
 {
     "webAppDir": "www",
     "httpPort": "8000",
-    "shareRootDir": "${HOME}/.xds/share",
-    "logsDir": "/tmp/xds-server/logs",
+    "shareRootDir": "${HOME}/.xds-server/projects",
     "sdkRootDir": "/xdt/sdk",
     "syncthing": {
         "binDir": "",
-        "home": "${HOME}/.xds/syncthing-config",
+        "home": "${HOME}/.xds-server/syncthing-config",
         "gui-address": "http://localhost:8384"
     }
 }