diff --git a/website/content/docs/server-config b/website/content/docs/server-config index 03d3642e3..372e91943 100644 --- a/website/content/docs/server-config +++ b/website/content/docs/server-config @@ -35,6 +35,7 @@ web browser and restart the server.

  • 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.
  • Storage options