From 532a044bb97ee704c6d277d5af37467045eaa2a3 Mon Sep 17 00:00:00 2001 From: Darko Gjorgjijoski Date: Thu, 18 Jul 2024 09:00:00 +0200 Subject: [PATCH] Add APP_NAME in .env.example --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index 48dc79fd..281aedff 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,7 @@ APP_ENV=production APP_KEY=base64:kgk/4DW1vEVy7aEvet5FPp5un6PIGe/so8H0mvoUtW0= APP_DEBUG=true +APP_NAME="InvoiceShelf" APP_LOG_LEVEL=debug APP_TIMEZONE=UTC APP_URL=http://invoiceshelf.test