giftcon_dev/config/legacy.php
2026-01-15 11:15:26 +09:00

11 lines
240 B
PHP

<?php
return [
'seed_user_key_default' => env('LEGACY_ENCRYPTION_KEY_WEB', ''),
'server_encoding' => 'UTF-8',
'inner_encoding' => 'UTF-8',
'block' => 16,
'iv' => [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16],
];