From 7fd09122b08689ac587c2e7b474ea21a855251b9 Mon Sep 17 00:00:00 2001 From: dpankratov Date: Thu, 31 Oct 2024 12:50:35 +0600 Subject: [PATCH] feat: use correct service name as db host in ci-testing --- .env.ci-testing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.ci-testing b/.env.ci-testing index d1b64d3..902d28c 100644 --- a/.env.ci-testing +++ b/.env.ci-testing @@ -6,7 +6,7 @@ APP_LOG_LEVEL=debug APP_URL=http://localhost DB_CONNECTION=pgsql -DB_HOST=pgsql_test +DB_HOST=pgsql DB_PORT=5432 DB_DATABASE=forge DB_USERNAME=forge