Remove unnecessary images and go back to previous cipher
This commit is contained in:
parent
9708f601e8
commit
c87f519375
|
|
@ -69,7 +69,7 @@ return [
|
|||
|
|
||||
*/
|
||||
'key' => env('APP_KEY', 'SomeRandomString'),
|
||||
'cipher' => 'AES-256-CBC',
|
||||
'cipher' => MCRYPT_RIJNDAEL_128,
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Logging Configuration
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 625 B |
Binary file not shown.
|
Before Width: | Height: | Size: 3.7 KiB |
Loading…
Reference in New Issue