1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-09 20:52:56 +01:00

Set initial key value to enable setup page to load w/o error

This commit is contained in:
Hillel Coren 2016-05-12 20:31:31 +03:00
parent 6c4009d1ef
commit 0ce8a0d70a

View File

@ -82,7 +82,7 @@ return [
|
*/
'key' => env('APP_KEY', ''),
'key' => env('APP_KEY', 'SomeRandomString'),
'cipher' => env('APP_CIPHER', MCRYPT_RIJNDAEL_128),
@ -139,7 +139,7 @@ return [
'Illuminate\Validation\ValidationServiceProvider',
'Illuminate\View\ViewServiceProvider',
'Illuminate\Broadcasting\BroadcastServiceProvider',
/*
* Additional Providers
*/