1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 22:22:32 +01:00

Bug Fixes

This commit is contained in:
David Bomba 2015-12-17 13:35:04 +11:00
parent 75fa8566c3
commit 0172c98829

View File

@ -80,7 +80,7 @@ return [
|
*/
'key' => env('APP_KEY', '12341234123412341234123412341234'),
'key' => env('APP_KEY', ''),
'cipher' => env('APP_CIPHER', MCRYPT_RIJNDAEL_128),