Updated configuration settings

This commit is contained in:
root 2019-02-27 17:38:55 +01:00
parent a4b5c2a37f
commit 1e0cec945c

View File

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