TablIP/config_db.php.inc
2021-10-21 20:52:23 +02:00

7 lines
201 B
PHP

<?php
// Fill with your database connexion informations
$DB_HOST = 'localhost';
$DB_NAME = 'TablIP';
$DB_USER = 'webapp_malingrey_fr_preprod';
$DB_PASSWORD = 'B3JSRLmhB2PDAtPtiG8hvO2p';
?>