From 9049d7a6166af04da3903fa1f63f9398bde8f298 Mon Sep 17 00:00:00 2001 From: Dmitry Verkhoturov Date: Sun, 15 May 2022 22:54:35 +0200 Subject: [PATCH] add missing RPC type of image storage to the documentation --- site/src/docs/configuration/parameters/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/docs/configuration/parameters/index.md b/site/src/docs/configuration/parameters/index.md index c9bf6f5c..6a6a34ae 100644 --- a/site/src/docs/configuration/parameters/index.md +++ b/site/src/docs/configuration/parameters/index.md @@ -63,7 +63,7 @@ services: | avatar.bolt.file | AVATAR_BOLT_FILE | `./var/avatars.db` | avatars `bolt` file location | | avatar.uri | AVATAR_URI | `./var/avatars` | avatars store URI | | avatar.rsz-lmt | AVATAR_RESIZE | `0` (disabled) | max image size for resizing avatars on save | -| image.type | IMAGE_TYPE | `fs` | type of image storage, `fs`, `bolt` | +| image.type | IMAGE_TYPE | `fs` | type of image storage, `fs`, `bolt` or `rpc` | | image.fs.path | IMAGE_FS_PATH | `./var/pictures` | permanent location of images | | image.fs.staging | IMAGE_FS_STAGING | `./var/pictures.staging` | staging location of images | | image.fs.partitions | IMAGE_FS_PARTITIONS | `100` | number of image partitions |