1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-26 01:36:43 +00:00
pixelfed/config/exp.php
2021-10-21 19:02:15 -06:00

11 lines
209 B
PHP

<?php
return [
'lc' => env('EXP_LC', false),
'rec' => false,
'loops' => false,
'top' => env('EXP_TOP', false),
'polls' => env('EXP_POLLS', false),
'cached_public_timeline' => env('EXP_CPT', false),
];