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