From a0402ac742f0b2d96a73beadc401b841ed89e36c Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 26 Jun 2020 04:04:30 +0200 Subject: [PATCH] Fix text --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index fb0bd931eb..67e9c9f33d 100644 --- a/.env.example +++ b/.env.example @@ -10,7 +10,7 @@ APP_DEBUG=false SITE_OWNER=mail@example.com # The encryption key for your sessions. Keep this very secure. -# If you generate a new one existing data must be considered LOST. +# If you generate a new one all existing attachments must be considered LOST. # Change it to a string of exactly 32 chars or use something like `php artisan key:generate` to generate it. # If you use Docker or similar, you can set this variable from a file by using APP_KEY_FILE APP_KEY=SomeRandomStringOf32CharsExactly