Ajout d'un fichier de configuration

This commit is contained in:
root 2019-02-27 00:12:35 +01:00
parent fd2d46b940
commit a4b5c2a37f

10
accred_config.php Normal file
View File

@ -0,0 +1,10 @@
<?php
// Database configuration stuff
return [
'host' => 'accred_db',
'name' => 'accred',
'user' => 'accred',
'pass' => 'welcome99'
];
?>