From a81ab4012777e1d9586453117ba51bb1ea57e049 Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Thu, 23 Apr 2026 21:46:10 +0300 Subject: [PATCH] Restore V2 database keys and remove custom env path --- bootstrap/app.php | 1 - 1 file changed, 1 deletion(-) diff --git a/bootstrap/app.php b/bootstrap/app.php index 1b9ac62..e0a1e4f 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -5,7 +5,6 @@ use Illuminate\Foundation\Configuration\Exceptions; use Illuminate\Foundation\Configuration\Middleware; return Application::configure(basePath: dirname(__DIR__)) - ->useEnvironmentPath('/home/intaleq-api/env') ->withRouting( api: __DIR__.'/../routes/api.php', health: '/up',