7 lines
201 B
PHP
Executable File
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';
|
|
?>
|