From 82f3c843165903f150ae231c8f569db0a7f94231 Mon Sep 17 00:00:00 2001 From: Flycro Date: Wed, 8 Nov 2023 14:20:37 +0100 Subject: [PATCH] Init --- .env.example | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.env.example b/.env.example index d3fc722..b2e0fe3 100644 --- a/.env.example +++ b/.env.example @@ -1,7 +1,6 @@ APP_NAME=Laravel APP_ENV=local -APP_KEY= -APP_DEBUG=true +clAPP_DEBUG=true APP_URL=http://localhost:8000 FRONTEND_URL=http://localhost:3000