blessing-skin-server/config/secure.php

15 lines
374 B
PHP
Raw Normal View History

<?php
return [
/*
|--------------------------------------------------------------------------
| Security Configuration
|--------------------------------------------------------------------------
|
| Load them from env to config, preventing cache problems
|
*/
2019-09-07 13:01:44 +08:00
'cipher' => env('PWD_METHOD', 'BCRYPT'),
2019-02-27 23:44:50 +08:00
'salt' => env('SALT', ''),
];