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