From c5b62fa34ee6210d09c832349bd522cf174cb1d5 Mon Sep 17 00:00:00 2001 From: Shoshin Nikita Date: Fri, 2 Aug 2019 00:57:35 +0300 Subject: [PATCH] Small fix of README.md Fix description of "image.type" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbc2fc59..8e683e24 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ _this is the recommended way to run remark42_ | avatar.fs.path | AVATAR_FS_PATH | `./var/avatars` | avatars location for `fs` store | | avatar.bolt.file | AVATAR_BOLT_FILE | `./var/avatars.db` | file name for `bolt` store | | avatar.rsz-lmt | AVATAR_RSZ_LMT | `0` (disabled) | max image size for resizing avatars on save | -| image.type | IMAGE_TYPE | `fs` | type of image storage, `fs`, 'bolt`, or `mongo` | +| image.type | IMAGE_TYPE | `fs` | type of image storage, `fs`, `bolt`, or `mongo` | | image.max-size | IMAGE_MAX_SIZE | `5000000` | max size of image file | | 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 |