From 7699e50982b82e0e4fd6f30ea80f5d143cbe2f54 Mon Sep 17 00:00:00 2001
From: mpl
listen
: The port (like "80" or ":80") or IP & port (like "10.0.0.2:8080") to listen for HTTP(s) connections on.shareHandler
: if "true", the server's sharing functionality is enabled, letting your friends have access to any content you've specifically shared.runIndex
: defaults to true. If "false", no search, no UI, no indexing. (These can be controlled at a more granular level by writing a low-level config file)sourceRoot
: Optional. If non-empty, it specifies the path to an alternative Camlistore source tree, in order to override the embedded UI and/or Closure resources. The UI files will be expected in <sourceRoot>/server/camlistored/ui
and the Closure library in <sourceRoot>/third_party/closure/lib
.