use APP_KEY from environment if available for the secret key
This commit is contained in:
parent
e3e7cc499f
commit
858bf03610
@ -78,7 +78,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'key' => 'YourSecretKey!!!',
|
||||
'key' => getenv('APP_KEY') ?: 'YourSecretKey!!!',
|
||||
|
||||
'cipher' => MCRYPT_RIJNDAEL_128,
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user