Cleanup style

This commit is contained in:
2023-02-15 18:01:19 -03:00
parent c29eece81c
commit 894732e806
4 changed files with 21 additions and 11 deletions

View File

@ -0,0 +1,4 @@
<?php
return [
'max_log_amount' => $_ENV['MAX_LOG_AMOUNT'] ?? 500
];