mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update config
This commit is contained in:
parent
cddb88352b
commit
4b1ac4a6ef
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
return [
|
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)
|
||||||
|
|
||||||
];
|
];
|
Loading…
Reference in a new issue