1
0
Fork 0
forked from mirror/pixelfed
pixelfed/config/exp.php

14 lines
274 B
PHP
Raw Normal View History

2019-04-20 20:00:42 -06:00
<?php
return [
2019-04-25 23:24:25 -06:00
'lc' => env('EXP_LC', false),
2021-01-17 01:36:03 -07:00
'rec' => false,
'loops' => false,
'top' => env('EXP_TOP', false),
'polls' => env('EXP_POLLS', false),
'cached_public_timeline' => env('EXP_CPT', false),
2021-12-21 21:44:52 -07:00
'gps' => env('EXP_GPS', false),
'spa' => env('EXP_SPA', true),
2020-02-13 17:45:58 +08:00
];