1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-22 15:55:14 +00:00
pixelfed/config/exp.php
Daniel Supernault fa6ecd8df1
Add migration
2021-01-17 01:36:03 -07:00

9 lines
120 B
PHP

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