BiFace_Server_Lite/config/params.php

9 lines
135 B
PHP

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