blessing-skin-server/config/secure.php
2019-09-07 13:01:44 +08:00

15 lines
374 B
PHP

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