Update config

This commit is contained in:
Daniel Supernault 2019-05-26 18:40:30 -06:00
parent 76f6514293
commit 9dbeea41ee
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -4,6 +4,7 @@ return [
'lc' => env('EXP_LC', false),
'rec' => env('EXP_REC', false),
'ns' => env('EXP_NS', false)
'ns' => env('EXP_NS', false),
'loops' => env('EXP_LOOPS', false)
];