Secure session cookies weren’t working on http-localhost

This commit is contained in:
Jonny Barnes 2017-02-24 15:57:40 +00:00
parent 18a0eb27c7
commit f771119808
2 changed files with 1 additions and 2 deletions

View file

@ -161,7 +161,7 @@ return [
|
*/
'secure' => true,
'secure' => (config('app.env') != 'testing'),
/*
|--------------------------------------------------------------------------