mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
🤖 Auto commit for release 'develop' on 2025-05-25
This commit is contained in:
@@ -32,7 +32,7 @@ return [
|
||||
'table' => 'sessions',
|
||||
'store' => null,
|
||||
'lottery' => [2, 100],
|
||||
'cookie' => env('COOKIE_NAME','firefly_iii_session'),
|
||||
'cookie' => env('COOKIE_NAME', 'firefly_iii_session'),
|
||||
'path' => env('COOKIE_PATH', '/'),
|
||||
'domain' => env('COOKIE_DOMAIN', null),
|
||||
'secure' => env('COOKIE_SECURE', null),
|
||||
|
Reference in New Issue
Block a user