accred/accred_config.php

13 lines
288 B
PHP

<?php
// Database configuration stuff
return [
'admin' => 'lars.kermode@caribana.chx',
'host' => 'accred-db',
'name' => 'accred22',
'user' => 'accred',
'pass' => 'accred22',
'year' => '2023',
'editmode' => '1' // Allow edit by normal users, set to 0 to disable
];
?>