Secure session cookies weren’t working on http-localhost
This commit is contained in:
parent
18a0eb27c7
commit
f771119808
2 changed files with 1 additions and 2 deletions
|
@ -56,7 +56,6 @@ before_script:
|
|||
- php artisan key:generate
|
||||
- php artisan migrate
|
||||
- php artisan db:seed
|
||||
- chmod -R 777 storage/
|
||||
- phantomjs --webdriver=127.0.0.1:9515 --webdriver-loglevel=DEBUG &
|
||||
- sleep 5 # Give artisan some time to start serving
|
||||
|
||||
|
|
|
@ -161,7 +161,7 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'secure' => true,
|
||||
'secure' => (config('app.env') != 'testing'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue