From 6a3c8e31ff35f863583d63cfd2a37b606c2dbae4 Mon Sep 17 00:00:00 2001
From: mpl
shareHandler
: if true, the server's sharing functionality is enabled, letting your friends have access to any content you've specifically shared. Its URL prefix path defaults to "/share/
".shareHandlerPath
: Optional. If non-empty, it specifies the URL prefix path to the share handler, and the shareHandler
value is ignored (i.e the share handler is enabled). Example: "/public/
".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)memoryIndex/code>
: defaults to true. If "false", don't slurp the whole index into memory on start-up. Specifying false will result in certain queries being slow, unavailable, or unsorted (work in progress). This option may be unsupported in the future. Keeping this set to "true" is recommended. memoryIndex
: defaults to true. If "false", don't slurp the whole index into memory on start-up. Specifying false will result in certain queries being slow, unavailable, or unsorted (work in progress). This option may be unsupported in the future. Keeping this set to "true" is recommended. 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
.