5 lines
73 B
PHP
5 lines
73 B
PHP
|
<?php
|
||
|
return [
|
||
|
'max_log_amount' => $_ENV['MAX_LOG_AMOUNT'] ?? 500
|
||
|
];
|