Made bookstack cookie name configurable

Closes #1018
This commit is contained in:
Dan Brown 2018-09-22 11:41:46 +01:00
parent 5c2e3f4e56
commit 73fa18a128
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -109,7 +109,7 @@ return [
|
*/
'cookie' => 'laravel_session',
'cookie' => env('SESSION_COOKIE_NAME', 'bookstack_session'),
/*
|--------------------------------------------------------------------------