Update config

This commit is contained in:
Daniel Supernault 2019-04-30 22:48:01 -06:00
parent cddb88352b
commit 4b1ac4a6ef
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 2 additions and 1 deletions

View File

@ -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)
];