add default value for APP_KEY

This commit is contained in:
printempw 2016-09-25 15:32:35 +08:00
parent 2e9ae091da
commit 33f684f791

View File

@ -100,7 +100,7 @@ return [
|
*/
'key' => env('APP_KEY'),
'key' => env('APP_KEY', 'this_is_dangerous_default_key'),
'cipher' => 'AES-256-CBC',