mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 04:19:12 +00:00
Cleaned up some routes, added a filter for the date range.
This commit is contained in:
@@ -8,7 +8,7 @@ return [
|
||||
'connection' => null,
|
||||
'table' => 'sessions',
|
||||
'lottery' => array(2, 100),
|
||||
'cookie' => 'laravel_session',
|
||||
'cookie' => 'firefly_session',
|
||||
'path' => '/',
|
||||
'domain' => null,
|
||||
'secure' => false,
|
||||
|
||||
Reference in New Issue
Block a user