diff --git a/website/content/docs/server-config b/website/content/docs/server-config index c6b06d759..ae9805b4e 100644 --- a/website/content/docs/server-config +++ b/website/content/docs/server-config @@ -39,7 +39,7 @@ web browser and restart the server.
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
.At least one of these must be set:
blobPath
: local disk path to store blobsOthers aren't yet supported by the simple config mode. Patches
to pkg/genconfig
welcome.
Unless runIndex
is set to false
, exactly one of these must be set:
sqlite
: path to SQLite database file to use for indexingpkg/genconfig
welcome.
There's also an in-memory index type, but only in the low-level
config, as used by devcam server
.
Although limited, publishing can be configured through the publish
key. There is only support for an image gallery view (even though it will display thumbnails for other kinds of items), which is not really customizable. Here is an example of a value if one wanted to publish some items under /pics/
:
{ @@ -100,7 +100,7 @@ The following steps should get you started with MySQL: Setting up MongoDB is even simpler, but the MongoDB indexer is not as well tested as the MySQL one. -App Engine
+App Engine
Most configuration doesn't apply on App Engine as it's pre-configured