13 lines
256 B
PHP
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
|
|
];
|