BiFace_Server_Lite/config/params.php
2023-06-30 02:57:04 +00:00

13 lines
256 B
PHP

<?php
return [
'adminEmail' => 'admin@example.com',
"type" => "BiFace", // BiFace, BiTable
"maxLogs" => 50000,
"maxPicture" => 9999,
"version" => "1.0.7",
"autoSyncLog" => false,
"timeoutRequestServer" => 4,
"test" => 4
];