From 75d35e66b03a86480913bc4847b3ca6d082136ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Todor=20Bogosavljevi=C4=87?= Date: Fri, 23 Aug 2024 16:44:51 +0200 Subject: [PATCH] fixed further formatting in configuration part --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7df7511..98028be 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,15 @@ The example configuration file looks like this: And here is what the fields mean: `upload_folder` - the folder where the uploads will be stored + `max_file_size` - maximum upload file size in bytes + `expiration_time` - how long files take to expire in seconds + `data_file` - sqlite3 database file + `base_url` - your domain url + `name` - what your website is called (doesn't have to be same as domain name) #### Reverse proxy