BiFace_Server_Lite/config/params.php

12 lines
240 B
PHP

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