Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Feb 5, 2024
1 parent 4d86226 commit c87d4aa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion laravel/config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,15 @@
|
*/

'cipher' => 'AES-256-CBC',

'key' => env('APP_KEY'),

'cipher' => 'AES-256-CBC',
'previous_keys' => [
...array_filter(
explode(',', env('APP_PREVIOUS_KEYS', ''))
),
],

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit c87d4aa

Please sign in to comment.