diff --git a/Config.md b/Config.md index adc8067..1fd6aab 100644 --- a/Config.md +++ b/Config.md @@ -55,7 +55,10 @@ This documents provides some explanation of the keys found in config.json | `websrv` | `koepfe` | `Array` | Koepfe data | `[]` | | `websrv` | `enable_global_chat` | `Boolean` | Chat toggle | `true` | Wanna chat? Yes or No | `websrv` | `enable_danmaku` | `Boolean` | Danmaku toggle | `true` | Flying comments niconico style -| `websrv` | `private_messages` | `Boolean` | PM toggle | `true` | Private messaging +| `websrv` | `private_messages` | `Boolean` | Private messaging | `true` | Private messaging +| `websrv` | `dm_unencrypted` | `Boolean` | Private messaging | `false` | Enables/Disables e2ee for dms +| `websrv` | `dm_attachments` | `Boolean` | Private messaging | `false` | Wether users can upload attachments in the dms +| `websrv` | `dm_attachment_expiry_days` | `Int` | Private messaging | `90` | Days after which the attachment will expire (deleted) | `websrv` | `halls_enabled` | `Boolean` | Halls toggle | `false` | Global collections curated by admins/mods | `websrv` | `userhalls_enabled` | `Boolean` | User halls | `false` | Personal collections for users. | `websrv` | `enable_userhall_image_upload` | `Boolean` | User halls | `false` | Enables/Disables custom cover image upload for userhalls.