13 lines
240 B
PHP
13 lines
240 B
PHP
<?php
|
|
// Database configuration stuff
|
|
return [
|
|
'host' => 'accred-db',
|
|
'name' => 'accred19',
|
|
'user' => 'accred',
|
|
'pass' => 'accred19',
|
|
'year' => '2019',
|
|
'editmode' => '0' // Allow edit by normal users, set to 0 to disable
|
|
];
|
|
?>
|
|
|