From 0da21803c17be05abd367e8ac684d994875c0328 Mon Sep 17 00:00:00 2001 From: axeloz Date: Thu, 20 Jul 2017 16:33:30 +0200 Subject: [PATCH] Update readme.md --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 30e9bff..17fd81c 100644 --- a/readme.md +++ b/readme.md @@ -83,9 +83,9 @@ 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) | | `TIMEZONE` | change this to your current timezone | -| `LOCALE=en` | change this to "fr" or "en" | -| `STORAGE_PATH=` | (*optional*) changes this wherever you want to store the files | -| `UPLOAD_MAX_FILESIZE=5M` | (*optional*) change this to the value you want (M, G, T, ...). Attention : you must configure your PHP settings too (`post_max_size`, `upload_max_filesize` and `memory_limit`) | +| `LOCALE` | change this to "fr" or "en" | +| `STORAGE_PATH` | (*optional*) changes this wherever you want to store the files | +| `UPLOAD_MAX_FILESIZE` | (*optional*) change this to the value you want (K, M, G, T, ...). Attention : you must configure your PHP settings too (`post_max_size`, `upload_max_filesize` and `memory_limit`) | | `UPLOAD_LIMIT_IPS` | (*optional*) a comma separated list of IPs from which you may upload files. Different formats are supported : Full IP address (192.168.10.2), Wildcard format (192.168.10.*), CIDR Format (192.168.10/24 or 1.2.3.4/255.255.255.0) or Start-end IP (192.168.10.0-192.168.10.10) | ## Development