From b8e24fdd3878a4f98ee73fce714c91a0368ccabe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20M=C3=A9ndez?= <45081533+FerMdez@users.noreply.github.com> Date: Fri, 2 Jul 2021 18:03:20 +0200 Subject: [PATCH] Update config.php --- assets/php/config.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/php/config.php b/assets/php/config.php index 709e1be..e92a0df 100644 --- a/assets/php/config.php +++ b/assets/php/config.php @@ -2,10 +2,10 @@ /** * Connection parameters to the DB. */ - define('BD_HOST', 'localhost'); - define('BD_NAME', 'complucine'); - define('BD_USER', 'sw'); - define('BD_PASS', '_admin_'); + define('BD_HOST', ''); + define('BD_NAME', ''); + define('BD_USER', ''); + define('BD_PASS', ''); /* * Configuration parameters used to generate URLs and file paths in the application