1
0
moha/config/config.php.template

13 lines
249 B
Plaintext
Raw Permalink Normal View History

2022-09-10 14:58:55 +02:00
<?php
$notificationLevel = ALERT;
$logLevel = DEBUG | INFO | NOTICE | WARNING | ERROR | ALERT;
// le premier utilisateur est l'utilisateur par défaut
$defaultUser = array(
//"<friendlyName>" => "<userName>",
// example: "rdc" => "Daniel",
);
?>