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

10 lines
127 B
PHP

<?php
return [
'driver' => env('SESSION_DRIVER', 'file'),
'cookie' => env('SESSION_COOKIE', 'pelican_session'),
];