accred/accred_config.php
2019-02-27 17:38:55 +01:00

11 lines
149 B
PHP

<?php
// Database configuration stuff
return [
'host' => 'accred-db',
'name' => 'accred19',
'user' => 'accred',
'pass' => 'accred19'
];
?>