blessing-skin-server/config/secure.php
2016-09-27 22:35:04 +08:00

15 lines
388 B
PHP

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