1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-26 17:56:48 +00:00
pixelfed/config/exp.php
Daniel Supernault 7709220074
Add Polls
2021-08-04 20:29:21 -06:00

10 lines
156 B
PHP

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