Skip to content

Commit 5fae0e1

Browse files
authored
Update config-cheat-sheet.en-us.md
1 parent ec90ee6 commit 5fae0e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/administration/config-cheat-sheet.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ Default templates for project boards:
823823

824824
- `ENABLED`: **true**: Whether issue and pull request attachments are enabled.
825825
- `ALLOWED_TYPES`: **.csv,.docx,.fodg,.fodp,.fods,.fodt,.gif,.gz,.jpeg,.jpg,.log,.md,.mov,.mp4,.odf,.odg,.odp,.ods,.odt,.patch,.pdf,.png,.pptx,.svg,.tgz,.txt,.webm,.xls,.xlsx,.zip**: Comma-separated list of allowed file extensions (`.zip`), mime types (`text/plain`) or wildcard type (`image/*`, `audio/*`, `video/*`). Empty value or `*/*` allows all types.
826-
- `MAX_SIZE`: **2048**: Maximum size (MB).
826+
- `MAX_SIZE`: **4**: Maximum size (MB).
827827
- `MAX_FILES`: **5**: Maximum number of attachments that can be uploaded at once.
828828
- `STORAGE_TYPE`: **local**: Storage type for attachments, `local` for local disk or `minio` for s3 compatible object storage service, default is `local` or other name defined with `[storage.xxx]`
829829
- `SERVE_DIRECT`: **false**: Allows the storage driver to redirect to authenticated URLs to serve files directly. Currently, only Minio/S3 is supported via signed URLs, local does nothing.

0 commit comments

Comments
 (0)