This commit is contained in:
James Cole 2020-06-26 04:04:30 +02:00
parent 654e0fc74f
commit a0402ac742

View File

@ -10,7 +10,7 @@ APP_DEBUG=false
SITE_OWNER=mail@example.com SITE_OWNER=mail@example.com
# The encryption key for your sessions. Keep this very secure. # 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. # 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 # If you use Docker or similar, you can set this variable from a file by using APP_KEY_FILE
APP_KEY=SomeRandomStringOf32CharsExactly APP_KEY=SomeRandomStringOf32CharsExactly