BiFace_Server_Lite/config/params.php

9 lines
133 B
PHP

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