Update config
This commit is contained in:
parent
cddb88352b
commit
4b1ac4a6ef
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
return [
|
||||
|
||||
'lc' => env('EXP_LC', false),
|
||||
'rec' => env('EXP_REC', false)
|
||||
'rec' => env('EXP_REC', false),
|
||||
'ns' => env('EXP_NS', false)
|
||||
|
||||
];
|
Loading…
Reference in a new issue