Update encryption cipher in config
This commit is contained in:
parent
eeb0d387b0
commit
e554586f8f
|
|
@ -83,7 +83,7 @@ return [
|
|||
|
||||
'key' => 'CHANGE_ME!!!!!!!',
|
||||
|
||||
'cipher' => MCRYPT_RIJNDAEL_128,
|
||||
'cipher' => 'AES-256-CBC',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue