Update config

This commit is contained in:
Daniel Supernault 2019-04-25 23:24:25 -06:00
parent e425c50aef
commit 5373e7b435
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
return [
'lc' => env('EXP_LC', false)
'lc' => env('EXP_LC', false),
'rec' => env('EXP_REC', false)
];