fixing docker (#113)

* fixing docker

* fix code style

* fix DB password env

* remove .env.docker
This commit is contained in:
Saeed Vaziry
2024-02-24 14:56:13 +01:00
committed by GitHub
parent d321fd5a1e
commit 44d8364a52
6 changed files with 23 additions and 56 deletions

View File

@ -18,7 +18,7 @@
|
*/
'driver' => env('SESSION_DRIVER', 'file'),
'driver' => env('SESSION_DRIVER', 'database'),
/*
|--------------------------------------------------------------------------