1
0
moha/config/config.php

16 lines
313 B
PHP

<?php
$notificationLevel = ALERT;
$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"
);
?>