diff --git a/website/content/docs/server-config b/website/content/docs/server-config index ced89271f..938f09d06 100644 --- a/website/content/docs/server-config +++ b/website/content/docs/server-config @@ -38,7 +38,7 @@ web browser and restart the server.
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
.