aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/etc/xds/server/server-config.json
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/etc/xds/server/server-config.json')
-rw-r--r--conf.d/etc/xds/server/server-config.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/conf.d/etc/xds/server/server-config.json b/conf.d/etc/xds/server/server-config.json
new file mode 100644
index 0000000..5562bb3
--- /dev/null
+++ b/conf.d/etc/xds/server/server-config.json
@@ -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:8385"
+ }
+}