TDoG-Skin/config/secure.php

15 lines
374 B
PHP
Raw Permalink Normal View History

2024-08-17 18:43:48 +08:00
<?php
return [
/*
|--------------------------------------------------------------------------
| Security Configuration
|--------------------------------------------------------------------------
|
| Load them from env to config, preventing cache problems
|
*/
'cipher' => env('PWD_METHOD', 'BCRYPT'),
'salt' => env('SALT', ''),
];