From ded925620dc73ceebb7bcda42563894b6e6d9bf7 Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Thu, 23 Apr 2026 21:48:23 +0300 Subject: [PATCH] Final fix: Native external environment path configuration --- bootstrap/app.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap/app.php b/bootstrap/app.php index e0a1e4f..1b9ac62 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -5,6 +5,7 @@ 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',