Fix syncthing binary path detection.
[src/xds/xds-server.git] / lib / xdsconfig / config.go
index 53d1639..f3cba4a 100644 (file)
@@ -37,7 +37,7 @@ type Options struct {
 const (
        DefaultAPIVersion = "1"
        DefaultPort       = "8000"
-       DefaultShareDir   = "/mnt/share"
+       DefaultShareDir   = "${HOME}/.xds-server/projects"
        DefaultSdkRootDir = "/xdt/sdk"
 )