Update config.php

This commit is contained in:
Fernando Méndez 2021-07-02 18:03:20 +02:00 committed by GitHub
parent 857b404eed
commit b8e24fdd38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -2,10 +2,10 @@
/** /**
* Connection parameters to the DB. * Connection parameters to the DB.
*/ */
define('BD_HOST', 'localhost'); define('BD_HOST', '');
define('BD_NAME', 'complucine'); define('BD_NAME', '');
define('BD_USER', 'sw'); define('BD_USER', '');
define('BD_PASS', '_admin_'); define('BD_PASS', '');
/* /*
* Configuration parameters used to generate URLs and file paths in the application * Configuration parameters used to generate URLs and file paths in the application