Added back cipher config
This commit is contained in:
parent
1ba2816d37
commit
4c291abfe8
|
@ -80,6 +80,8 @@
|
||||||
|
|
||||||
'key' => env('APP_KEY', 'SomeRandomString'),
|
'key' => env('APP_KEY', 'SomeRandomString'),
|
||||||
|
|
||||||
|
'cipher' => 'AES-128-CBC',
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| Logging Configuration
|
| Logging Configuration
|
||||||
|
|
Loading…
Reference in New Issue