website server-config doc: added sourceRoot parameter

Change-Id: I504b2640a3756d5c31115b4cf8317a8199ea8a39
This commit is contained in:
mpl 2013-06-20 23:48:43 +02:00
parent c2379dcf07
commit 7699e50982
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ web browser and restart the server.</p>
<li><b><code>listen</code></b>: The port (like "80" or ":80") or IP & port (like "10.0.0.2:8080") to listen for HTTP(s) connections on.</li>
<li><b><code>shareHandler</code></b>: if "true", the server's sharing functionality is enabled, letting your friends have access to any content you've specifically shared.</li>
<li><b><code>runIndex</code></b>: 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)</li>
<li><b><code>sourceRoot</code></b>: 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 <code><b>&lt;sourceRoot&gt;</b>/server/camlistored/ui</code> and the Closure library in <code><b>&lt;sourceRoot&gt;</b>/third_party/closure/lib</code>.</li>
</ul>
<h2>Storage options</h2>