1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-02-07 06:54:59 +00:00
pixelfed/config/exp.php
Daniel Supernault 5373e7b435
Update config
2019-04-25 23:24:25 -06:00

8 lines
No EOL
83 B
PHP

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