2016-08-29 16:41:28 +08:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
/*
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
| Configuration about security
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
| Load them from env to config, preventing cache problems
|
|
|
|
|
|
|
|
|
*/
|
2016-09-27 22:35:04 +08:00
|
|
|
'cipher' => menv('PWD_METHOD', 'SALTED2MD5'),
|
2016-09-28 18:08:16 +08:00
|
|
|
'salt' => menv('SALT', '')
|
2016-08-29 16:41:28 +08:00
|
|
|
];
|