From a82524692798ca592b29dc1e00bbb194cbb3cece Mon Sep 17 00:00:00 2001 From: "Quentin McGaw (desktop)" Date: Mon, 2 Aug 2021 11:27:54 -0400 Subject: [PATCH] Horribly ugly suffix empty space --- docker/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index fc18161a..644bbf9c 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -16,7 +16,7 @@ services: # Set to true if you want to see debug information in error screens. - APP_DEBUG=false # This should be your email address - - SITE_OWNER=mail@example.com + - SITE_OWNER=mail@example.com # The encryption key for our database and sessions. Keep this very secure. # If you generate a new one all existing data must be considered LOST. # Change it to a string of exactly 32 chars or use command `php artisan key:generate` to generate it