Add packaging files used by OBS.
[src/xds/xds-server.git] / conf.d / .config / xds / server / config.json
diff --git a/conf.d/.config/xds/server/config.json b/conf.d/.config/xds/server/config.json
new file mode 100644 (file)
index 0000000..19700cf
--- /dev/null
@@ -0,0 +1,12 @@
+{
+    "webAppDir": "www",
+    "httpPort": "8000",
+    "shareRootDir": "${HOME}/.xds/share",
+    "logsDir": "/tmp/xds-server/logs",
+    "sdkRootDir": "/xdt/sdk",
+    "syncthing": {
+        "binDir": "",
+        "home": "${HOME}/.xds/syncthing-config",
+        "gui-address": "http://localhost:8384"
+    }
+}