blessing-skin-server/config/secure.php
2016-09-28 18:08:16 +08:00

15 lines
385 B
PHP

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