From d485f46a7a7f9ecae5f833e84e0885b88fb6cfbd Mon Sep 17 00:00:00 2001 From: Jacek Pyziak Date: Tue, 15 Apr 2025 16:30:17 +0200 Subject: [PATCH] Zmieniono adres hosta bazy danych na 'localhost' w pliku parameters.php --- app/config/parameters.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/parameters.php b/app/config/parameters.php index 97702e85..28499bcd 100644 --- a/app/config/parameters.php +++ b/app/config/parameters.php @@ -1,7 +1,7 @@ + 'parameters' => array ( - 'database_host' => '127.0.0.1', + 'database_host' => 'localhost', 'database_port' => '', 'database_name' => 'host439372_redline', 'database_user' => 'host439372_redline',