BiFace_Server_Lite/config/params.php
2021-03-15 09:45:50 +07:00

9 lines
133 B
PHP

<?php
return [
'adminEmail' => 'admin@example.com',
"maxLogs" => 100000,
"maxPicture" => 2,
"version" => "1.0.7"
];