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