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:
parent
6c4009d1ef
commit
0ce8a0d70a
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user