1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2026-01-03 23:42:28 +03:00

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

View File

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