1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-11 13:42:49 +01:00

Update default key to enable setup page to load

This commit is contained in:
Hillel Coren 2016-08-03 13:30:25 +03:00
parent 40836a249b
commit a921abfc78

View File

@ -82,7 +82,7 @@ return [
|
*/
'key' => env('APP_KEY', 'SomeRandomString'),
'key' => env('APP_KEY', 'SomeRandomStringSomeRandomString'),
'cipher' => env('APP_CIPHER', 'AES-256-CBC'),