Ajout d'un fichier de configuration
This commit is contained in:
parent
fd2d46b940
commit
a4b5c2a37f
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'
|
||||
];
|
||||
?>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user