Boy132 71116e81ba
Cleanup .env.example and configs (#624)
* add back some configs to add some defaults

* cleanup .env.example
2024-10-15 22:37:05 +02:00

8 lines
67 B
PHP

<?php
return [
'default' => env('LOG_CHANNEL', 'daily'),
];