TDoG-Skin/config/secure.php
2024-08-17 19:13:54 +08:00

15 lines
374 B
PHP
Executable File

<?php
return [
/*
|--------------------------------------------------------------------------
| Security Configuration
|--------------------------------------------------------------------------
|
| Load them from env to config, preventing cache problems
|
*/
'cipher' => env('PWD_METHOD', 'BCRYPT'),
'salt' => env('SALT', ''),
];