From ddefdd5ec574c19249f83a71890b94fa8bebe6a2 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 17 Oct 2022 05:42:35 +0200 Subject: [PATCH] Add instructions to .env.example --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index 9cbff6467e..a00366cee9 100644 --- a/.env.example +++ b/.env.example @@ -12,6 +12,9 @@ SITE_OWNER=mail@example.com # The encryption key for your sessions. Keep this very secure. # 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 +# +# Avoid the "#" character in your APP_KEY, it may break things. +# APP_KEY=SomeRandomStringOf32CharsExactly # Firefly III will launch using this language (for new users and unauthenticated visitors)