1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-27 18:26:50 +00:00
pixelfed/config/exp.php
Daniel Supernault 4b1ac4a6ef
Update config
2019-04-30 22:48:01 -06:00

9 lines
No EOL
114 B
PHP

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