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

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