PMCORE-4059 Password Policy is not working

This commit is contained in:
Roly Gutierrez
2022-11-10 12:47:28 -04:00
parent 4b0cbf9a75
commit b2a42356ce
6 changed files with 9 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ return [
'url' => env('APP_URL', 'http://localhost'),
'env' => env('APP_ENV', 'production'),
'debug' => env('APP_DEBUG', false),
'cache_lifetime' => env('APP_CACHE_LIFETIME', 60),
'cache_lifetime' => env('APP_CACHE_LIFETIME', 3600), //laravel 8.x the time parameter is in seconds.
'key' => env('APP_KEY', 'base64:rU28h/tElUn/eiLY0qC24jJq1rakvAFRoRl1DWxj/kM='),
'cipher' => 'AES-256-CBC',
'timezone' => 'UTC',