11 lines
149 B
PHP
11 lines
149 B
PHP
<?php
|
|
// Database configuration stuff
|
|
return [
|
|
'host' => 'accred-db',
|
|
'name' => 'accred19',
|
|
'user' => 'accred',
|
|
'pass' => 'accred19'
|
|
];
|
|
?>
|
|
|