1
0
moha/config/config.php

16 lines
313 B
PHP
Raw Permalink Normal View History

<?php
$notificationLevel = ALERT;
2022-12-05 12:23:43 +01:00
$logLevel = NOTICE | WARNING | ERROR | ALERT;
//set the apiServer activ or not
$apiServerIsActive = true;
// le premier utilisateur est l'utilisateur par défaut
$defaultUser = array(
"rdc" => "Daniel",
"garage" => "Daniel",
"entree" => "Daniel",
"etage" => "Maryclaire"
);
?>