mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update config
This commit is contained in:
parent
76f6514293
commit
9dbeea41ee
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@ return [
|
||||||
|
|
||||||
'lc' => env('EXP_LC', false),
|
'lc' => env('EXP_LC', false),
|
||||||
'rec' => env('EXP_REC', false),
|
'rec' => env('EXP_REC', false),
|
||||||
'ns' => env('EXP_NS', false)
|
'ns' => env('EXP_NS', false),
|
||||||
|
'loops' => env('EXP_LOOPS', false)
|
||||||
|
|
||||||
];
|
];
|
Loading…
Reference in a new issue