From d675b8efda80a93953141dac3c89a39e5c75a8d2 Mon Sep 17 00:00:00 2001 From: axeloz Date: Tue, 5 Sep 2023 15:45:09 +0200 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 122cd14..a005fdd 100644 --- a/readme.md +++ b/readme.md @@ -7,7 +7,7 @@ ## Description -This PHP application based on Laravel 10.9 allows to share files like Wetransfer. You may install it **on your own server**. It **does not require** any database system, it works with JSON files into the storage folder. It is **multilingual** and comes with english and french translations for now. You're welcome to help translating the app. +This PHP application based on Laravel 10.9 allows to share files like Wetransfer. You may install it **on your own server**. It **does not require** any database system, it works with JSON files into the storage folder. It is **multilingual** and comes with english, french and korean translations for now. You're welcome to help translating the app. This application provides two links per bundle : - a bundle preview link : you can send this link to your recipients who will see the bundle content. For example: http://yourdomain/bundle/dda2d646b6746b96ea9b?auth=965242. The recipient can see all the files of the bundle and download the bundle as a ZIP archive. @@ -171,7 +171,7 @@ In order to configure your application, copy the .env.example file into .env. Th | `APP_ENV`     | change this to `production` when in production (`local` otherwise) | | `APP_DEBUG` | change this to `false` when in production (`true` otherwise) | | `APP_TIMEZONE` | change this to your current timezone | -| `APP_LOCALE` | change this to "fr" or "en" | +| `APP_LOCALE` | change this to "fr", "en" or "kr" | | `UPLOAD_PREVENT_DUPLICATES` | Should the app block duplicate files (true / false) | | `HASH_MAX_FILESIZE`| max size for hashing file to check for duplicate files. If files are bigger than limit, they will not be hashed. Find the best value for better cpu / memory consumption | | `UPLOAD_MAX_FILES` | (*optional*) maximal number of files per bundle |