restore app config

This commit is contained in:
Rodrigo Quelca
2021-08-23 15:51:10 +00:00
parent da3dab37f4
commit 111b1ecc99

View File

@@ -8,7 +8,7 @@ return [
'name' => env('APP_NAME', 'ProcessMaker'),
'url' => env('APP_URL', 'http://localhost'),
'env' => env('APP_ENV', 'production'),
'debug' => env('APP_DEBUG', true),
'debug' => env('APP_DEBUG', false),
'cache_lifetime' => env('APP_CACHE_LIFETIME', 60),
'key' => env('APP_KEY', 'base64:rU28h/tElUn/eiLY0qC24jJq1rakvAFRoRl1DWxj/kM='),
'cipher' => 'AES-256-CBC',