mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04: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),
|
'cipher' => env('APP_CIPHER', MCRYPT_RIJNDAEL_128),
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user