From 534d738646ee4ac83f407b4e903c6b19bf555e04 Mon Sep 17 00:00:00 2001 From: Rostislav Raykov Date: Wed, 9 Oct 2024 17:37:48 +0300 Subject: [PATCH] updated README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9b7770d..a9f2005 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ protection. - **File Upload**: Users can upload files without needing to create an account. - **Download Links**: Generate download links for easy sharing. - **File Management**: Manage file availability with options to keep files indefinitely or delete them. -- **Malware Scanning**: Built-in malware scanning to ensure file safety. - **Password Protection**: Optionally protect files with a password. - **File Encryption**: Encrypt files to ensure privacy. - **Whole app password protection**: Optionally protect the entire app with a password. @@ -63,10 +62,10 @@ java -jar target/quickdrop-0.0.1-SNAPSHOT.jar ``` 4. Using an external application.properties file: - - Create an **application.properties** file in the same directory as the JAR file or specify its location in the - start command. + - Create an **application.properties** file in the same directory as the JAR file or specify its location in the + start command. - - Add your custom settings, for example (Listed below are the default values): + - Add your custom settings, for example (Listed below are the default values): ``` spring.servlet.multipart.max-file-size=1024MB