1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-23 16:24:29 +00:00
pixelfed/config/exp.php
2020-02-13 17:45:58 +08:00

8 lines
121 B
PHP

<?php
return [
'lc' => env('EXP_LC', false),
'rec' => env('EXP_REC', false),
'loops' => env('EXP_LOOPS', false),
];