add default value for APP_KEY
This commit is contained in:
parent
2e9ae091da
commit
33f684f791
|
|
@ -100,7 +100,7 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'key' => env('APP_KEY'),
|
||||
'key' => env('APP_KEY', 'this_is_dangerous_default_key'),
|
||||
|
||||
'cipher' => 'AES-256-CBC',
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user