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
diff --git a/conf.d/etc/xds-server/config.json b/conf.d/etc/xds-server/config.json
new file mode 100644 (file)
index 0000000..02d87bf
--- /dev/null
@@ -0,0 +1,11 @@
+{
+    "webAppDir": "www",
+    "httpPort": "8000",
+    "shareRootDir": "${HOME}/.xds-server/projects",
+    "sdkRootDir": "/xdt/sdk",
+    "syncthing": {
+        "binDir": "",
+        "home": "${HOME}/.xds-server/syncthing-config",
+        "gui-address": "http://localhost:8384"
+    }
+}