diff --git a/Config.md b/Config.md index 80dca56..d190a43 100644 --- a/Config.md +++ b/Config.md @@ -91,6 +91,7 @@ This documents provides some explanation of the keys found in config.json | `websrv` | `fileupload_comments_size` | `Int` | Comments | `104857600` | Max Filesize for attachments in bytes | `websrv` | `fileupload_comments_max` | `Int` | Comments | `5` | Number of max attachments per comment | `websrv` | `fileupload_comments_mode` | `String` | Comments | `attachment` | `attachment`,`inline` +| `websrv` | `fileupload_comments_mimes` | `Array` | Comments | `["image", "video", "audio"]` | `"image", "video", "audio"` | `websrv` | `show_content_warning` | `Boolean` | CW Toggle | `true` | Content Warning for first time visitors | `websrv` | `phrases` | `Array` | Random phrases | `["Hello World"]` | Unused but can show a random phrase where you place it. | `websrv` | `ban_video` | `String` | Ban video URL | `""` | unused