blessing-skin-server/config/secure.php

15 lines
385 B
PHP
Raw Normal View History

<?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', '')
];