TablIP/config_db.php.inc
2025-05-16 01:14:30 +02:00

7 lines
201 B
PHP
Executable File

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