blessing-skin-server/config/secure.php

15 lines
378 B
PHP
Raw Normal View History

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