Ajout d'un fichier de configuration
This commit is contained in:
10
accred_config.php
Normal file
10
accred_config.php
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
// Database configuration stuff
|
||||||
|
return [
|
||||||
|
'host' => 'accred_db',
|
||||||
|
'name' => 'accred',
|
||||||
|
'user' => 'accred',
|
||||||
|
'pass' => 'welcome99'
|
||||||
|
];
|
||||||
|
?>
|
||||||
|
|
||||||
Reference in New Issue
Block a user