Standardized XDS config file name and location.
[src/xds/xds-server.git] / conf.d / etc / xds / server / server-config.json
similarity index 61%
rename from conf.d/etc/xds-server/config.json
rename to conf.d/etc/xds/server/server-config.json
index 4dbe501..5562bb3 100644 (file)
@@ -1,11 +1,11 @@
 {
     "webAppDir": "www",
     "httpPort": "8000",
-    "shareRootDir": "${HOME}/.xds-server/projects",
+    "shareRootDir": "${HOME}/.xds/server/projects",
     "sdkRootDir": "/xdt/sdk",
     "syncthing": {
         "binDir": "",
-        "home": "${HOME}/.xds-server/syncthing-config",
+        "home": "${HOME}/.xds/server/syncthing-config",
         "gui-address": "http://localhost:8385"
     }
 }