mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-09 06:00:31 +08:00
15 lines
378 B
PHP
15 lines
378 B
PHP
<?php
|
|
|
|
return [
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Security Configuration
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| Load them from env to config, preventing cache problems
|
|
|
|
|
*/
|
|
'cipher' => env('PWD_METHOD', 'SALTED2MD5'),
|
|
'salt' => env('SALT', ''),
|
|
];
|