diff --git a/website/content/docs/server-config b/website/content/docs/server-config index b519dbf3c..c3553f638 100644 --- a/website/content/docs/server-config +++ b/website/content/docs/server-config @@ -45,10 +45,14 @@ web browser and restart the server.
At least one of these must be set:
blobPath
: local disk path to store blobsblobPath
: local disk path to store blobs. (valid for diskpacked too).s3
: "key:secret:bucket
" or "key:secret:bucket:hostname
" (with colons, but no quotes).googlecloudstorage
: "clientId:clientSecret:refreshToken:bucketName
"Additionally:
+packBlobs
: if true, diskpacked is used instead of the default filestorage.For now, if more than one storage option is set, one of them is the primary storage and the other ones are set up as mirrors. The precedence order is the same as the order they are listed above.
Others aren't yet supported by the simple config mode. Patches
to pkg/genconfig
welcome.
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 indexingkvIndexFile
: path to kv (https://github.com/cznic/kv) database file to use for indexingmongo
: user:password@hostmysql
: user@host:passwordpostgres
: user@host:password