mirror of https://github.com/pixelfed/pixelfed.git
7 lines
50 B
PHP
7 lines
50 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'lc' => env('EXP_LC', false)
|
||
|
|
||
|
];
|